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

Re: Filehandle in subroutine in use VRML.pm

by haukex (Archbishop)
on Jul 06, 2022 at 21:03 UTC ( [id://11145313]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    mystart($LumberFile);
    sub mystart {
        my ($file) = @_;
        open( my $fh, "> $file" ) or die ...
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
            print $fh "$line\n";
        }
    }
    
  3. or download this
    #!/usr/bin/perl
    package VRML;
    ...
    }
    
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 06:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found