Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Deletes All Records not just one

by tobyink (Canon)
on Feb 16, 2013 at 07:52 UTC ( [id://1019019]=note: print w/replies, xml ) Need Help??


in reply to Re: Deletes All Records not just one
in thread Deletes All Records not just one

A simple ++ is not enough. You have hit the nail on the head. His code currently prints to STDOUT instead of printing to the file.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
/p

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-03-19 05:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found