Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Perl Script to write a perl script

by electroman00 (Novice)
on Dec 03, 2009 at 15:40 UTC ( [id://810856]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/bin/bash
    APPNAME="AnyApp"
    ...
    }
    print "This is the var \$APPNAME and this is what needs to get substit
    +uted $APPNAME\n";
    EOF
    
  2. or download this
    #!/usr/bin/perl
    $APPNAME="AnyApp"
    require "prog_file.lib";
    read_prog
    
  3. or download this
    sub read_prog
    print <<"EOF";
    print "This is the var \$APPNAME and this is what needs to get substit
    +uted $APPNAME\n";
    EOF
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-24 20:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found