Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

UBB find user id code

by LeGo (Chaplain)
on Oct 09, 2001 at 22:34 UTC ( [id://117827]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!d:\perl\bin\perl.exe -w
    use strict;
    use CGI;
    ...
    }
    
    }
    
  2. or download this
    while(<FH>){
        chomp;
        ($login, $junk_file) = split(/\|\!\!\|/);
    ...
            $exact_file ="$junk_file";
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 07:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found