Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: can understand one line of code

by roboticus (Chancellor)
on Dec 19, 2012 at 15:39 UTC ( [id://1009579]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $t =~ s/\/home\/roboticus\/tmp/\/home\/postgresql\/tmp/;
    $t =~ s{/home/roboticus/tmp}{/home/postgresql/tmp};
    $t =~ s#/home/roboticus/tmp#/home/postgresql/tmp#;
    
  2. or download this
    $ cat t.pl
    #!/usr/bin/perl
    ...
    
    $ perl t.pl
    xple, bxa, durix
    

Log In?
Username:
Password:

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

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

    No recent polls found