Help for this page

Select Code to Download


  1. or download this
      my ($p, $l, $o, $g, $s) = split( /\s+/, $lsl );
    
  2. or download this
      my ($p, $l, $o, $g, $s) = ($lsl =~ 
          /^(.*?)\s+(.*?)\s+(.*?)\s+(.*?)\s+(.*)$/);
    
  3. or download this
      my $lsl = `ls -l "$fnm" 2>&1`;