Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: How to use this subroutine

by hippo (Bishop)
on Oct 16, 2017 at 14:52 UTC ( [id://1201452]=note: print w/replies, xml ) Need Help??


in reply to How to use this subroutine

#use strict;

That's not a good sign. Uncomment that and fix any of the issues arising first.

pretty_print(\$id1, \$seq1); pretty_print(\$id2, \$seq2);

Why are you passing the arguments as references?

Replies are listed 'Best First'.
Re^2: How to use this subroutine
by bisimen (Acolyte) on Oct 16, 2017 at 15:46 UTC
    No reason, just experimenting... And I'm using strict now :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found