Help for this page

Select Code to Download


  1. or download this
    $foo="ID_106";
    system("perl split.pl $foo");
    
  2. or download this
    $bar=$ARGV[0]; (the argument input, so now $bar="ID_106")
    $var=system("grep -A 1 $bar *.txt");
    print $var;