Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: Suggestion for teaching Perl

by nysus (Parson)
on Apr 14, 2001 at 18:21 UTC ( [id://72577]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    my $adios = "goodbye";
    
    print reverse($aloha, $adios);
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    
    my $aloha = "hello";
    print scalar(reverse($aloha));
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-18 05:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found