Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^9: Poll: Is your $^X an absolute path? (system @list)

by tye (Sage)
on Aug 18, 2006 at 15:13 UTC ( [id://568182]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    system( $yourConfiguredEditor, $fileName )
    
  2. or download this
        if(  $^O =~ /Win32/  ) {
            system( qq("$yourEditor" "$fileName") );
        } els...
    
  3. or download this
        if(  $^O =~ /Win32/  ) {
            system( $yourEditor, qq("$fileName") );
        } els...
    

Log In?
Username:
Password:

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

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

    No recent polls found