Help for this page

Select Code to Download


  1. or download this
    "some file"
    'another file'
    yet\ another\ file
    
  2. or download this
    some file
    another file
    yet another file
    
  3. or download this
    my $data = SOME STRING;
    if ($data =~ SOME EXPRESSION)
    {
        print "File name: \"$_\"\n";
    }