Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re (tilly) 2: (Golf) JAPH?

by dws (Chancellor)
on May 17, 2001 at 05:58 UTC ( [id://81148]=note: print w/replies, xml ) Need Help??


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

Not quite. You need the "\n" at the end of the die() argument to keep it from spitting out the filename (again) and line number.

Replies are listed 'Best First'.
Re (tilly) 4: (Golf) JAPH?
by tilly (Archbishop) on May 17, 2001 at 14:50 UTC
    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://81148]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-24 15:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found