Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Student Teacher

by nerfherder (Monk)
on Feb 23, 2011 at 08:57 UTC ( [id://889765]=poem: print w/replies, xml ) Need Help??

#!/opt/bin/perl use Switch; use 5.010; my %is_ready = ('teacher' => "student", 'student' => "teacher"); for(%is_ready){ given($_) { when(/student/) { appear($is_ready{$_}); } when(/teacher/) { appear($is_ready{$_}); } } } sub appear{ $appear = shift; print "$appear is ready, ". $is_ready{$appear} ."\n"; }

Replies are listed 'Best First'.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (8)
As of 2024-04-19 15:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found