Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^6: v5, a reimplementation of P5 (was Re^5: A "Perl-7" that I could actually USE right now)

by BrowserUk (Patriarch)
on Jul 07, 2013 at 23:43 UTC ( [id://1043019]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use P5 qw[ LWP::Simple ];
    ...
    
    my $url :String = <...some P6 source>;
    my $content = p5call( "LWP::Simple::get( $url )" );
    
  2. or download this
    use P5 qw[  DBI DBD::Pg ];
    
    ...
    my $dbi = P5Object( "DBI->connect( $dataSource, $userName, $userAuth, 
    +\%attrs" ); );
    my $sth = $dbi->prepare( 'SOME SQL HERE' );
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-19 06:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found