Help for this page

Select Code to Download


  1. or download this
     var.pm {declare v1 v2v1 = "file" v2 = "id" }
  2. or download this
     
    a.pl {v1 = "New file" v2 = "New id" }
    
  3. or download this
     b.pl {print v1 v2 ==>this should be printing the updated v1 v2}
  4. or download this
     #!/usr/bin/perl
    package vardeclare;
    ...
    our ($MASTERLOGFILE, $MASTERID);
    $MASTERLOGFILE="LOGFILE not defined";
    $MASTERID="0000000";