./0040755000175000017500000000000007143663373007731 5ustar holtholt./Makeppfile0100644000175000017500000000043407143663366011731 0ustar holtholt# # This file tests the perl_begin statement, and the sub statement. # perl_begin sub f_xyz { return "xyz"; } perl_end sub f_abc { return "abc"; } # A one-line sub statement. testfile: echo $(xyz) $(abc) $(def) > $@ sub f_def { # A multi-line sub statement. return "def"; } ./answers/0040755000175000017500000000000007143057241011402 5ustar holtholt./answers/testfile0100644000175000017500000000001407143057150013133 0ustar holtholtxyz abc def ./answers/n_files0100644000175000017500000000000207143057241012731 0ustar holtholt1