Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Matching @ in string

by lima1 (Curate)
on Nov 22, 2007 at 13:22 UTC ( [id://652363]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        perl -e 'if ("h\@t" =~ /(\@)/ ) { print $1 }'
    
  2. or download this
        #!/usr/bin/perl
        use strict;
    ...
        my @friends = ('Margaret', 'Richard', 'Carolyn', 
                       'Rohan', 'Cathy', 'Yukiko');
        print "Friends: @friends\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found