Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: How to embed a tool in my script

by McDarren (Abbot)
on Feb 12, 2012 at 16:48 UTC ( [id://953322]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ echo 'some text' > 1.pdb
    $ echo 'some more text' > 2.pdb
    
  2. or download this
    $ cat foo.pl
    #!/usr/bin/perl
    ...
        print "Content of $file is $content\n";
    
    }
    
  3. or download this
    $ perl foo.pl
    Content of 1.pdb is some text
    Content of 2.pdb is some more text
    

Log In?
Username:
Password:

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

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

    No recent polls found