Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Database problem.

by pfaut (Priest)
on Feb 15, 2003 at 14:55 UTC ( [id://235564]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    1045316469 1045316394
    1045316492 1045316407
    1045316505 1045316492
    
  2. or download this
    $ perl fatherson.pl 1045316419 1045316492
    Father of 1045316419 is 1045316407
    Father of 1045316492 is 1045316407
    
  3. or download this
    sub print_lineage {
        my ($x) = @_;
    ...
        }
    }
    print_lineage $_ for @ARGV;
    
  4. or download this
    $ perl fatherson.pl 1045316419 1045316469
    Lineage of 1045316419 is 1045316407, 1045316394, 1045316144
    Lineage of 1045316469 is 1045316394, 1045316144
    
  5. or download this
    ---
    print map { my ($m)=1<<hex($_)&11?' ':'';
    $m.=substr('AHJPacehklnorstu',hex($_),1) }
    split //,'2fde0abe76c36c914586c';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-16 17:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found