Help for this page

Select Code to Download


  1. or download this
    while ($_myfile[$i] !~ /filename="(.*)\.(.*)"/)
    {
    ...
       print $args2;
       $i++;
    }
    
  2. or download this
    while ($_myfile[$i] =~ /filename="(.*)\.(.*)"/)
    {
    ...
       print $args2;
       $i++;
    }