Help for this page

Select Code to Download


  1. or download this
     
    `perl /home/com/begp/test_script.pl` $f || die "Error!";
    
  2. or download this
     
    `perl /home/com/begp/test_script.pl $f`  || die "Error!";  
    # Note the $f position before the backtick.
    
  3. or download this
     
    [sk] % cat prifile
    #!/usr/bin/perl -w
    ...
    
    [sk] % callprifile
    something went wrong with 0