Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

TilRMan's scratchpad

by TilRMan (Friar)
on Jun 02, 2004 at 01:02 UTC ( #358931=scratchpad: print w/replies, xml ) Need Help??

!/usr/bin/perl -w use strict; use Test::More; plan tests => 4; $/ = ","; my $foo = "ab$/cd"; ok($foo =~ /^a/m); ok($foo =~ /b$/m); ok($foo =~ /^c/m); ok($foo =~ /d$/m);
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2023-12-07 03:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (32 votes). Check out past polls.

    Notices?