Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: eval unexpected return value '1'

by shmem (Chancellor)
on Mar 29, 2008 at 09:13 UTC ( [id://677191]=note: print w/replies, xml ) Need Help??


in reply to eval unexpected return value '1'

How come?

That's because your sub cadr returns 1 upon match, not the capture. Try

sub cadr { $_[0] =~ /\(\'(.*)\'\)/ and return $1 }

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

Replies are listed 'Best First'.
Re^2: eval unexpected return value '1'
by ady (Deacon) on Mar 29, 2008 at 09:21 UTC
    Right you are !
    (I thought that was the gerenal area where the dog was burried, but couldn't quite locate it...)
    Tnx! Allan

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-03-29 06:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found