in reply to Re: Re (tilly) 2: (Golf) JAPH?
in thread (Golf) JAPH?
Do you see where the return is coming from now?my $filename = "Just another Perl hacker,\n"; open (OUT, "> $filename\0") or die "Cannot write '$filename': $!"; print OUT 'die$0'; close OUT; system "perl '$filename'";
|
---|