Help for this page

Select Code to Download


  1. or download this
    print_dir ( "YOUR/DIRECTORY/PATH" );
    
    ...
      }
    
    }
    
  2. or download this
    my $string = "xyz^^ is strange";
    print $string if($string =~ /\^\^/);