Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re (tilly) 4: (Golf) JAPH?

by tilly (Archbishop)
on May 17, 2001 at 14:50 UTC ( [id://81198]=note: print w/replies, xml ) Need Help??


in reply to Re: Re (tilly) 2: (Golf) JAPH?
in thread (Golf) JAPH?

I didn't miss that detail. Here is a Perl program that both writes and runs the script under Unix:
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'";
Do you see where the return is coming from now?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://81198]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-19 12:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found