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