Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: Filehandle in subroutine in use VRML.pm

by Marshall (Canon)
on Jul 11, 2022 at 20:58 UTC ( [id://11145428]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $LumberFile="$Dir/$Subdir/lumber.wrl";
    open my $Lumber_fh, '<', $LumberFile  or warn "Ooops Cannot Open Lumbe
    +r File: $LumberFile !! \n Proceeding using STDOUT";
    ...
    Now you can pass $out_fh as a parameter to other subs or use
    it yourself, e.g.
    print $out_fh "something";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-24 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found