Help for this page

Select Code to Download


  1. or download this
    http://www.google.com/search?q=cool+uses+for+perl
  2. or download this
    #!/usr/bin/perl
    
    ...
    sub mozilla_path  { "/usr/local/bin/mozilla"  }
    
    1;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    use browse qw( dictionary );
    
    dictionary ();
    
  4. or download this
    #!/usr/bin/perl
    
    ...
    use browse qw( google );
    
    google ();
    
  5. or download this
    #!/usr/bin/perl
    
    ...
    use browse qw( thesaurus );
    
    thesaurus ();
    
  6. or download this
    #!/usr/bin/perl
    
    ...
    use browse qw( jeeves );
    
    jeeves ();