Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

goibhniu's scratchpad

by goibhniu (Hermit)
on Aug 13, 2007 at 22:52 UTC ( [id://632336]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\chas_sandbox\pwgen>
    copy con randfromtwo.pl
    ...
    randfromtwo.pl
    3c2
    C:\chas_sandbox\pwgen>
    
  2. or download this
    C:\chas_sandbox>
    perl -Mdiagnostics -le "sub doit{$ref=$_;${$ref} = 'nope'};$str='cwh';
    +print $str
    ...
    cwh
    
    C:\chas_sandbox>
    
  3. or download this
    C:\chas_sandbox>
    perl -Mdiagnostics -le "sub doit{$ref=$_;\\$ref = 'nope'};$str='cwh';p
    +rint $str;doit($str);print$str"
    ...
     at -e line 1
    
    C:\chas_sandbox>
    
  4. or download this
    #/usr/bin/perl -Wl
    
    ...
            print Dumper($reresult);
        }else{ print "  badstring\n"}
    }
    
  5. or download this
    startrule: commandline{$item{commandline}}
    commandline: command options {[$item {command},$item{options}]}
    ...
    option: optionflag optionvalue { [$item{optionflag}, $item{optionvalue
    +}?$item{optionvalue}:1] }
    optionflag: /(-\w+)/ { $1 }
    optionvalue: /(\w*)/ { $1 }
    
  6. or download this
    hap -b
    hap -b sknxharvest01
    ...
    hap -prompt
    hap -b sknxharvest01 -prompt
    hap -prompt -b sknxharvest01
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-03-28 12:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found