home *** CD-ROM | disk | FTP | other *** search
/ ftp.cse.unsw.edu.au / 2014.06.ftp.cse.unsw.edu.au.tar / ftp.cse.unsw.edu.au / pub / doc / languages / perl / nutshell / ch5 / varval.eg < prev    next >
Encoding:
Text File  |  1992-10-18  |  145 b   |  6 lines

  1. eval "\$command_$1=\$2" while
  2.     $ARGV[0] =~ /^(\w+)=(.*)/ && shift;
  3.  
  4. eval "\$commandline'$1=\$2" while
  5.     $ARGV[0] =~ /^(\w+)=(.*)/ && shift;
  6.