Help for this page

Select Code to Download


  1. or download this
        while (<>)
    
  2. or download this
      my $sample = 'sample/fresh/fresh/0/pineapple';
      my $word = $sample;
      $word =~ s/.*\///;