Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: prob keeping my floats floating

by perl-diddler (Chaplain)
on Feb 15, 2019 at 02:47 UTC ( [id://1229928]=note: print w/replies, xml ) Need Help??


in reply to Re: prob keeping my floats floating
in thread prob keeping my floats floating

Yeah, I thought I had a backslash before it. I fixed it a different way by changing the 1st arg to an explicit pattern: (this one shows the array ref):
> perl -we ' use P; my @x = split( m{\.}, "$ARGV[0]"); P "\nargv0=%s", "$ARGV[0]"; P "(%s)\n", \@x' "2.3" argv0=2.3 ([2, 3])
Thanks!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (8)
As of 2024-03-28 11:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found