Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: How to delete a file with a print statement

by ikegami (Patriarch)
on Jul 31, 2006 at 16:44 UTC ( [id://564798]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    > perl -Te "print qq{$var{die()}}"
    Died at -e line 1.
    > perl -Te "qq{$var{die()}}"
    Died at -e line 1.
    
  2. or download this
    perl -e "print qq{... @{[ ...arbitrary Perl expr... ]} ...}"
    perl -e "print qq{... ${ ...arbitrary Perl expr... } ...}"
    perl -e "print qq{... $var{ ...arbitrary Perl expr... } ...}"
    perl -e "print qq{... $var[ ...arbitrary Perl expr... ] ...}"
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-16 13:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found