Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Identifying if a variable is the product of a qr//

by JayBonci (Curate)
on Apr 25, 2002 at 10:59 UTC ( [id://161915]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    print "Bless",Dumper($blessed);
    
    print "Blessed bar", ref $$blessed;
    
  2. or download this
    Rex  :  Regexp
    Bless:  foo
    ...
    Bless:  $VAR1 = bless( do{\(my $o = qr/(?-xism:[A-Z]o[A-Z])/)}, 'foo' 
    +);
    
    Blessed bar:    Regexp
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-25 14:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found