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

Re: Pearls (not really) of Perl programming

by Anonymous Monk
on Nov 24, 2004 at 20:32 UTC ( [id://410239]=note: print w/replies, xml ) Need Help??


in reply to Pearls (not really) of Perl programming

Example 1
#!/usr/bin/perl #--------------------------------------------------------------- # Saltillo Perl Mongers # Generoso Montemayor # 24/11/2004 # #--------------------------------------------------------------- # use strict; my $str; $str = "1some text1"; $str = substr($str, 1, -1); print ($str,"\n");

Edit by castaway - added code tags

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-26 07:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found