Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: strictv -- how unstrict is your code?

by dolmen (Beadle)
on Sep 11, 2013 at 15:26 UTC ( [id://1053511]=note: print w/replies, xml ) Need Help??


in reply to strictv -- how unstrict is your code?

Next step: publish it on CPAN as App::strictv
  • Comment on Re: strictv -- how unstrict is your code?

Replies are listed 'Best First'.
Re^2: strictv -- how unstrict is your code? (CPAN App::)
by toolic (Bishop) on Sep 12, 2013 at 00:42 UTC
    Thanks for the encouragement. I have a few modules on CPAN, but I'll have to figure out a few things first.

    Some questions for the crowd:

    • Are there any guidelines for creating CPAN scripts in the App:: space (as opposed to modules)?
    • Or, does anyone recommend specific App:: uploads to use as a good model?
    • Can anyone see any OS portability issues with my code? It works on unix-like platforms.
    • Any Perl version issues? I think strict output has been pretty consistent over the years.

      Instead of using qx(perl ...), you might want to use qx("$^X" ...), for the (rare, but confusing) case where perl and perl-5.22.0 are not the same executable and your script was executed with the latter.

      Other than that, I'm not aware of any guidelines for the App:: namespace and also don't know any good distributions to copy from.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-19 22:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found