Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Dylan - For the sites they are a-changin'

by Aristotle (Chancellor)
on Apr 25, 2003 at 13:20 UTC ( [id://253158]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Digest::MD5 qw(md5_hex);
    
    ...
    
    my $fileMd5 = md5_hex($text) . $ext;
    
  2. or download this
    open(my $fh, ">", $fileMd5) or warn("Could not create ($fileMd5)\n"), 
    +next;
    
  3. or download this
    if(system(mozilla => -remote => 'ping()')) {
        warn "mozilla not found!";
    ...
    # (obviously, use "new-window" if you prefer that)
    
    my $commandShow = q{mozilla -remote "openurl(%s, new-tab)"};
    
  4. or download this
    Win32::Process::Create(
        my $process,
    ...
        NORMAL_PRIORITY_CLASS,
        "."
    ) || die ErrorReport() if system(mozilla => -remote => 'ping()');
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://253158]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-24 08:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found