Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Performance In Perl

by Ratazong (Monsignor)
on Mar 15, 2017 at 11:30 UTC ( #1184681=note: print w/replies, xml ) Need Help??


in reply to Performance In Perl

Hi Mano_Man

I assume it is mostly a design decision:

  • do you need the info in $toPrint later?
  • is it a benefit to use the say/print at only one place?
  • do you want to give error-messages as soon as possible?
In my experience, the performance-differences are neglectable (but your use-case might be different).

However I have experienced an issue in the past with redirecting the output to a file, using the > in a windows batch file: IIRC it didn't work when printing a text that was too long - it seemed that the data was sent out by print was much faster than the writing to the file. Unfortunately, I can't find the old script where this happened... but it might a thing you want to check/consider.

HTH, Rata

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2023-03-26 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (63 votes). Check out past polls.

    Notices?