home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _3c0725b840a9e61c6e5703eee13e2566 < prev    next >
Text File  |  2000-03-23  |  62KB  |  1,131 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>perlfaq5 - Files and Formats</TITLE>
  4. <LINK REL="stylesheet" HREF="../../Active.css" TYPE="text/css">
  5. <LINK REV="made" HREF="mailto:">
  6. </HEAD>
  7.  
  8. <BODY>
  9. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  10. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  11. <STRONG><P CLASS=block> perlfaq5 - Files and Formats</P></STRONG>
  12. </TD></TR>
  13. </TABLE>
  14.  
  15. <A NAME="__index__"></A>
  16. <!-- INDEX BEGIN -->
  17.  
  18. <UL>
  19.  
  20.     <LI><A HREF="#name">NAME</A></LI>
  21.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  22.     <UL>
  23.  
  24.         <LI><A HREF="#how do i flush/unbuffer an output filehandle why must i do this">How do I flush/unbuffer an output filehandle?  Why must I do this?</A></LI>
  25.         <LI><A HREF="#how do i change one line in a file/delete a line in a file/insert a line in the middle of a file/append to the beginning of a file">How do I change one line in a file/delete a line in a file/insert a line in the middle of a file/append to the beginning of a file?</A></LI>
  26.         <LI><A HREF="#how do i count the number of lines in a file">How do I count the number of lines in a file?</A></LI>
  27.         <LI><A HREF="#how do i make a temporary file name">How do I make a temporary file name?</A></LI>
  28.         <LI><A HREF="#how can i manipulate fixedrecordlength files">How can I manipulate fixed-record-length files?</A></LI>
  29.         <LI><A HREF="#how can i make a filehandle local to a subroutine how do i pass filehandles between subroutines how do i make an array of filehandles">How can I make a filehandle local to a subroutine?  How do I pass filehandles between subroutines?  How do I make an array of filehandles?</A></LI>
  30.         <LI><A HREF="#how can i use a filehandle indirectly">How can I use a filehandle indirectly?</A></LI>
  31.         <LI><A HREF="#how can i set up a footer format to be used with write()">How can I set up a footer format to be used with write()?</A></LI>
  32.         <LI><A HREF="#how can i write() into a string">How can I <A HREF="../../lib/Pod/perlfunc.html#item_write"><CODE>write()</CODE></A> into a string?</A></LI>
  33.         <LI><A HREF="#how can i output my numbers with commas added">How can I output my numbers with commas added?</A></LI>
  34.         <LI><A HREF="#how can i translate tildes (~) in a filename">How can I translate tildes (~) in a filename?</A></LI>
  35.         <LI><A HREF="#how come when i open a file readwrite it wipes it out">How come when I open a file read-write it wipes it out?</A></LI>
  36.         <LI><A HREF="#why do i sometimes get an argument list too long when i use <*>">Why do I sometimes get an ``Argument list too long'' when I use <*>?</A></LI>
  37.         <LI><A HREF="#is there a leak/bug in glob()">Is there a leak/bug in glob()?</A></LI>
  38.         <LI><A HREF="#how can i open a file with a leading > or trailing blanks">How can I open a file with a leading ``>'' or trailing blanks?</A></LI>
  39.         <LI><A HREF="#how can i reliably rename a file">How can I reliably rename a file?</A></LI>
  40.         <LI><A HREF="#how can i lock a file">How can I lock a file?</A></LI>
  41.         <LI><A HREF="#why can't i just open(fh, >file.lock)">Why can't I just open(FH, ``>file.lock'')?</A></LI>
  42.         <LI><A HREF="#i still don't get locking. i just want to increment the number in the file. how can i do this">I still don't get locking.  I just want to increment the number in the file.  How can I do this?</A></LI>
  43.         <LI><A HREF="#how do i randomly update a binary file">How do I randomly update a binary file?</A></LI>
  44.         <LI><A HREF="#how do i get a file's timestamp in perl">How do I get a file's timestamp in perl?</A></LI>
  45.         <LI><A HREF="#how do i set a file's timestamp in perl">How do I set a file's timestamp in perl?</A></LI>
  46.         <LI><A HREF="#how do i print to more than one file at once">How do I print to more than one file at once?</A></LI>
  47.         <LI><A HREF="#how can i read in an entire file all at once">How can I read in an entire file all at once?</A></LI>
  48.         <LI><A HREF="#how can i read in a file by paragraphs">How can I read in a file by paragraphs?</A></LI>
  49.         <LI><A HREF="#how can i read a single character from a file from the keyboard">How can I read a single character from a file?  From the keyboard?</A></LI>
  50.         <LI><A HREF="#how can i tell whether there's a character waiting on a filehandle">How can I tell whether there's a character waiting on a filehandle?</A></LI>
  51.         <LI><A HREF="#how do i do a tail f in perl">How do I do a <CODE>tail -f</CODE> in perl?</A></LI>
  52.         <LI><A HREF="#how do i dup() a filehandle in perl">How do I <CODE>dup()</CODE> a filehandle in Perl?</A></LI>
  53.         <LI><A HREF="#how do i close a file descriptor by number">How do I close a file descriptor by number?</A></LI>
  54.         <LI><A HREF="#why can't i use c:\temp\foo in dos paths what doesn't `c:\temp\foo.exe` work">Why can't I use ``C:\temp\foo'' in DOS paths?  What doesn't `C:\temp\foo.exe` work?</A></LI>
  55.         <LI><A HREF="#why doesn't glob(*.*) get all the files">Why doesn't <A HREF="../../lib/Pod/perlfunc.html#item_glob"><CODE>glob(``*.*'')</CODE></A> get all the files?</A></LI>
  56.         <LI><A HREF="#why does perl let me delete readonly files why does i clobber protected files isn't this a bug in perl">Why does Perl let me delete read-only files?  Why does <CODE>-i</CODE> clobber protected files?  Isn't this a bug in Perl?</A></LI>
  57.         <LI><A HREF="#how do i select a random line from a file">How do I select a random line from a file?</A></LI>
  58.         <LI><A HREF="#why do i get weird spaces when i print an array of lines">Why do I get weird spaces when I print an array of lines?</A></LI>
  59.     </UL>
  60.  
  61.     <LI><A HREF="#author and copyright">AUTHOR AND COPYRIGHT</A></LI>
  62. </UL>
  63. <!-- INDEX END -->
  64.  
  65. <HR>
  66. <P>
  67. <H1><A NAME="name">NAME</A></H1>
  68. <P>perlfaq5 - Files and Formats ($Revision: 1.38 $, $Date: 1999/05/23 16:08:30 $)</P>
  69. <P>
  70. <HR>
  71. <H1><A NAME="description">DESCRIPTION</A></H1>
  72. <P>This section deals with I/O and the ``f'' issues: filehandles, flushing,
  73. formats, and footers.</P>
  74. <P>
  75. <H2><A NAME="how do i flush/unbuffer an output filehandle why must i do this">How do I flush/unbuffer an output filehandle?  Why must I do this?</A></H2>
  76. <P>The C standard I/O library (stdio) normally buffers characters sent to
  77. devices.  This is done for efficiency reasons, so that there isn't a
  78. system call for each byte.  Any time you use <A HREF="../../lib/Pod/perlfunc.html#item_print"><CODE>print()</CODE></A> or <A HREF="../../lib/Pod/perlfunc.html#item_write"><CODE>write()</CODE></A> in
  79. Perl, you go though this buffering.  <A HREF="../../lib/Pod/perlfunc.html#item_syswrite"><CODE>syswrite()</CODE></A> circumvents stdio and
  80. buffering.</P>
  81. <P>In most stdio implementations, the type of output buffering and the size of
  82. the buffer varies according to the type of device.  Disk files are block
  83. buffered, often with a buffer size of more than 2k.  Pipes and sockets
  84. are often buffered with a buffer size between 1/2 and 2k.  Serial devices
  85. (e.g. modems, terminals) are normally line-buffered, and stdio sends
  86. the entire line when it gets the newline.</P>
  87. <P>Perl does not support truly unbuffered output (except insofar as you can
  88. <A HREF="../../lib/Pod/perlfunc.html#item_syswrite"><CODE>syswrite(OUT, $char, 1)</CODE></A>).  What it does instead support is ``command
  89. buffering'', in which a physical write is performed after every output
  90. command.  This isn't as hard on your system as unbuffering, but does
  91. get the output where you want it when you want it.</P>
  92. <P>If you expect characters to get to your device when you print them there,
  93. you'll want to autoflush its handle.
  94. Use <A HREF="../../lib/Pod/perlfunc.html#item_select"><CODE>select()</CODE></A> and the <CODE>$|</CODE> variable to control autoflushing
  95. (see <A HREF="#">perlvar/$</A> and <A HREF="../../lib/Pod/perlfunc.html#select">select in the perlfunc manpage</A>):</P>
  96. <PRE>
  97.     $old_fh = select(OUTPUT_HANDLE);
  98.     $| = 1;
  99.     select($old_fh);</PRE>
  100. <P>Or using the traditional idiom:</P>
  101. <PRE>
  102.     select((select(OUTPUT_HANDLE), $| = 1)[0]);</PRE>
  103. <P>Or if don't mind slowly loading several thousand lines of module code
  104. just because you're afraid of the <CODE>$|</CODE> variable:</P>
  105. <PRE>
  106.     use FileHandle;
  107.     open(DEV, "+</dev/tty");      # ceci n'est pas une pipe
  108.     DEV->autoflush(1);</PRE>
  109. <P>or the newer IO::* modules:</P>
  110. <PRE>
  111.     use IO::Handle;
  112.     open(DEV, ">/dev/printer");   # but is this?
  113.     DEV->autoflush(1);</PRE>
  114. <P>or even this:</P>
  115. <PRE>
  116.     use IO::Socket;               # this one is kinda a pipe?
  117.     $sock = IO::Socket::INET->new(PeerAddr => 'www.perl.com',
  118.                                   PeerPort => 'http(80)',
  119.                                   Proto    => 'tcp');
  120.     die "$!" unless $sock;</PRE>
  121. <PRE>
  122.     $sock->autoflush();
  123.     print $sock "GET / HTTP/1.0" . "\015\012" x 2;
  124.     $document = join('', <$sock>);
  125.     print "DOC IS: $document\n";</PRE>
  126. <P>Note the bizarrely hardcoded carriage return and newline in their octal
  127. equivalents.  This is the ONLY way (currently) to assure a proper flush
  128. on all platforms, including Macintosh.  That's the way things work in
  129. network programming: you really should specify the exact bit pattern
  130. on the network line terminator.  In practice, <CODE>"\n\n"</CODE> often works,
  131. but this is not portable.</P>
  132. <P>See <A HREF="../../lib/Pod/perlfaq9.html">the perlfaq9 manpage</A> for other examples of fetching URLs over the web.</P>
  133. <P>
  134. <H2><A NAME="how do i change one line in a file/delete a line in a file/insert a line in the middle of a file/append to the beginning of a file">How do I change one line in a file/delete a line in a file/insert a line in the middle of a file/append to the beginning of a file?</A></H2>
  135. <P>Those are operations of a text editor.  Perl is not a text editor.
  136. Perl is a programming language.  You have to decompose the problem into
  137. low-level calls to read, write, open, close, and seek.</P>
  138. <P>Although humans have an easy time thinking of a text file as being a
  139. sequence of lines that operates much like a stack of playing cards -- or
  140. punch cards -- computers usually see the text file as a sequence of bytes.
  141. In general, there's no direct way for Perl to seek to a particular line
  142. of a file, insert text into a file, or remove text from a file.</P>
  143. <P>(There are exceptions in special circumstances.  You can add or remove at
  144. the very end of the file.  Another is replacing a sequence of bytes with
  145. another sequence of the same length.  Another is using the <CODE>$DB_RECNO</CODE>
  146. array bindings as documented in <A HREF="../../lib/DB_File.html">the DB_File manpage</A>.  Yet another is manipulating
  147. files with all lines the same length.)</P>
  148. <P>The general solution is to create a temporary copy of the text file with
  149. the changes you want, then copy that over the original.  This assumes
  150. no locking.</P>
  151. <PRE>
  152.     $old = $file;
  153.     $new = "$file.tmp.$$";
  154.     $bak = "$file.orig";</PRE>
  155. <PRE>
  156.     open(OLD, "< $old")         or die "can't open $old: $!";
  157.     open(NEW, "> $new")         or die "can't open $new: $!";</PRE>
  158. <PRE>
  159.     # Correct typos, preserving case
  160.     while (<OLD>) {
  161.         s/\b(p)earl\b/${1}erl/i;
  162.         (print NEW $_)          or die "can't write to $new: $!";
  163.     }</PRE>
  164. <PRE>
  165.     close(OLD)                  or die "can't close $old: $!";
  166.     close(NEW)                  or die "can't close $new: $!";</PRE>
  167. <PRE>
  168.     rename($old, $bak)          or die "can't rename $old to $bak: $!";
  169.     rename($new, $old)          or die "can't rename $new to $old: $!";</PRE>
  170. <P>Perl can do this sort of thing for you automatically with the <CODE>-i</CODE>
  171. command-line switch or the closely-related <CODE>$^I</CODE> variable (see
  172. <A HREF="../../lib/Pod/perlrun.html">the perlrun manpage</A> for more details).  Note that
  173. <CODE>-i</CODE> may require a suffix on some non-Unix systems; see the
  174. platform-specific documentation that came with your port.</P>
  175. <PRE>
  176.     # Renumber a series of tests from the command line
  177.     perl -pi -e 's/(^\s+test\s+)\d+/ $1 . ++$count /e' t/op/taint.t</PRE>
  178. <PRE>
  179.     # form a script
  180.     local($^I, @ARGV) = ('.orig', glob("*.c"));
  181.     while (<>) {
  182.         if ($. == 1) {
  183.             print "This line should appear at the top of each file\n";
  184.         }
  185.         s/\b(p)earl\b/${1}erl/i;        # Correct typos, preserving case
  186.         print;
  187.         close ARGV if eof;              # Reset $.
  188.     }</PRE>
  189. <P>If you need to seek to an arbitrary line of a file that changes
  190. infrequently, you could build up an index of byte positions of where
  191. the line ends are in the file.  If the file is large, an index of
  192. every tenth or hundredth line end would allow you to seek and read
  193. fairly efficiently.  If the file is sorted, try the look.pl library
  194. (part of the standard perl distribution).</P>
  195. <P>In the unique case of deleting lines at the end of a file, you
  196. can use <A HREF="../../lib/Pod/perlfunc.html#item_tell"><CODE>tell()</CODE></A> and truncate().  The following code snippet deletes
  197. the last line of a file without making a copy or reading the
  198. whole file into memory:</P>
  199. <PRE>
  200.         open (FH, "+< $file");
  201.         while ( <FH> ) { $addr = tell(FH) unless eof(FH) }
  202.         truncate(FH, $addr);</PRE>
  203. <P>Error checking is left as an exercise for the reader.</P>
  204. <P>
  205. <H2><A NAME="how do i count the number of lines in a file">How do I count the number of lines in a file?</A></H2>
  206. <P>One fairly efficient way is to count newlines in the file. The
  207. following program uses a feature of tr///, as documented in <A HREF="../../lib/Pod/perlop.html">the perlop manpage</A>.
  208. If your text file doesn't end with a newline, then it's not really a
  209. proper text file, so this may report one fewer line than you expect.</P>
  210. <PRE>
  211.     $lines = 0;
  212.     open(FILE, $filename) or die "Can't open `$filename': $!";
  213.     while (sysread FILE, $buffer, 4096) {
  214.         $lines += ($buffer =~ tr/\n//);
  215.     }
  216.     close FILE;</PRE>
  217. <P>This assumes no funny games with newline translations.</P>
  218. <P>
  219. <H2><A NAME="how do i make a temporary file name">How do I make a temporary file name?</A></H2>
  220. <P>Use the <CODE>new_tmpfile</CODE> class method from the IO::File module to get a
  221. filehandle opened for reading and writing.  Use this if you don't
  222. need to know the file's name.</P>
  223. <PRE>
  224.     use IO::File;
  225.     $fh = IO::File->new_tmpfile()
  226.         or die "Unable to make new temporary file: $!";</PRE>
  227. <P>Or you can use the <CODE>tmpnam</CODE> function from the POSIX module to get a
  228. filename that you then open yourself.  Use this if you do need to know
  229. the file's name.</P>
  230. <PRE>
  231.     use Fcntl;
  232.     use POSIX qw(tmpnam);</PRE>
  233. <PRE>
  234.     # try new temporary filenames until we get one that didn't already
  235.     # exist;  the check should be unnecessary, but you can't be too careful
  236.     do { $name = tmpnam() }
  237.         until sysopen(FH, $name, O_RDWR|O_CREAT|O_EXCL);</PRE>
  238. <PRE>
  239.     # install atexit-style handler so that when we exit or die,
  240.     # we automatically delete this temporary file
  241.     END { unlink($name) or die "Couldn't unlink $name : $!" }</PRE>
  242. <PRE>
  243.     # now go on to use the file ...</PRE>
  244. <P>If you're committed to doing this by hand, use the process ID and/or
  245. the current time-value.  If you need to have many temporary files in
  246. one process, use a counter:</P>
  247. <PRE>
  248.     BEGIN {
  249.         use Fcntl;
  250.         my $temp_dir = -d '/tmp' ? '/tmp' : $ENV{TMP} || $ENV{TEMP};
  251.         my $base_name = sprintf("%s/%d-%d-0000", $temp_dir, $$, time());
  252.         sub temp_file {
  253.             local *FH;
  254.             my $count = 0;
  255.             until (defined(fileno(FH)) || $count++ > 100) {
  256.                 $base_name =~ s/-(\d+)$/"-" . (1 + $1)/e;
  257.                 sysopen(FH, $base_name, O_WRONLY|O_EXCL|O_CREAT);
  258.             }
  259.             if (defined(fileno(FH))
  260.                 return (*FH, $base_name);
  261.             } else {
  262.                 return ();
  263.             }
  264.         }
  265.     }</PRE>
  266. <P>
  267. <H2><A NAME="how can i manipulate fixedrecordlength files">How can I manipulate fixed-record-length files?</A></H2>
  268. <P>The most efficient way is using <A HREF="../../lib/Pod/perlfunc.html#item_pack"><CODE>pack()</CODE></A> and unpack().  This is faster than
  269. using <A HREF="../../lib/Pod/perlfunc.html#item_substr"><CODE>substr()</CODE></A> when taking many, many strings.  It is slower for just a few.</P>
  270. <P>Here is a sample chunk of code to break up and put back together again
  271. some fixed-format input lines, in this case from the output of a normal,
  272. Berkeley-style ps:</P>
  273. <PRE>
  274.     # sample input line:
  275.     #   15158 p5  T      0:00 perl /home/tchrist/scripts/now-what
  276.     $PS_T = 'A6 A4 A7 A5 A*';
  277.     open(PS, "ps|");
  278.     print scalar <PS>; 
  279.     while (<PS>) {
  280.         ($pid, $tt, $stat, $time, $command) = unpack($PS_T, $_);
  281.         for $var (qw!pid tt stat time command!) {
  282.             print "$var: <$$var>\n";
  283.         }
  284.         print 'line=', pack($PS_T, $pid, $tt, $stat, $time, $command),
  285.                 "\n";
  286.     }</PRE>
  287. <P>We've used <CODE>$$var</CODE> in a way that forbidden by <CODE>use strict 'refs'</CODE>.
  288. That is, we've promoted a string to a scalar variable reference using
  289. symbolic references.  This is ok in small programs, but doesn't scale
  290. well.   It also only works on global variables, not lexicals.</P>
  291. <P>
  292. <H2><A NAME="how can i make a filehandle local to a subroutine how do i pass filehandles between subroutines how do i make an array of filehandles">How can I make a filehandle local to a subroutine?  How do I pass filehandles between subroutines?  How do I make an array of filehandles?</A></H2>
  293. <P>The fastest, simplest, and most direct way is to localize the typeglob
  294. of the filehandle in question:</P>
  295. <PRE>
  296.     local *TmpHandle;</PRE>
  297. <P>Typeglobs are fast (especially compared with the alternatives) and
  298. reasonably easy to use, but they also have one subtle drawback.  If you
  299. had, for example, a function named TmpHandle(), or a variable named
  300. %TmpHandle, you just hid it from yourself.</P>
  301. <PRE>
  302.     sub findme {
  303.         local *HostFile;
  304.         open(HostFile, "</etc/hosts") or die "no /etc/hosts: $!";
  305.         local $_;               # <- VERY IMPORTANT
  306.         while (<HostFile>) {
  307.             print if /\b127\.(0\.0\.)?1\b/;
  308.         }
  309.         # *HostFile automatically closes/disappears here
  310.     }</PRE>
  311. <P>Here's how to use this in a loop to open and store a bunch of
  312. filehandles.  We'll use as values of the hash an ordered
  313. pair to make it easy to sort the hash in insertion order.</P>
  314. <PRE>
  315.     @names = qw(motd termcap passwd hosts);
  316.     my $i = 0;
  317.     foreach $filename (@names) {
  318.         local *FH;
  319.         open(FH, "/etc/$filename") || die "$filename: $!";
  320.         $file{$filename} = [ $i++, *FH ];
  321.     }</PRE>
  322. <PRE>
  323.     # Using the filehandles in the array
  324.     foreach $name (sort { $file{$a}[0] <=> $file{$b}[0] } keys %file) {
  325.         my $fh = $file{$name}[1];
  326.         my $line = <$fh>;
  327.         print "$name $. $line";
  328.     }</PRE>
  329. <P>For passing filehandles to functions, the easiest way is to 
  330. preface them with a star, as in func(*STDIN).  See <A HREF="../../lib/Pod/perlfaq7.html#passing filehandles">Passing Filehandles in the perlfaq7 manpage</A> for details.</P>
  331. <P>If you want to create many anonymous handles, you should check out the
  332. Symbol, FileHandle, or IO::Handle (etc.) modules.  Here's the equivalent
  333. code with Symbol::gensym, which is reasonably light-weight:</P>
  334. <PRE>
  335.     foreach $filename (@names) {
  336.         use Symbol;
  337.         my $fh = gensym();
  338.         open($fh, "/etc/$filename") || die "open /etc/$filename: $!";
  339.         $file{$filename} = [ $i++, $fh ];
  340.     }</PRE>
  341. <P>Or here using the semi-object-oriented FileHandle module, which certainly
  342. isn't light-weight:</P>
  343. <PRE>
  344.     use FileHandle;</PRE>
  345. <PRE>
  346.     foreach $filename (@names) {
  347.         my $fh = FileHandle->new("/etc/$filename") or die "$filename: $!";
  348.         $file{$filename} = [ $i++, $fh ];
  349.     }</PRE>
  350. <P>Please understand that whether the filehandle happens to be a (probably
  351. localized) typeglob or an anonymous handle from one of the modules,
  352. in no way affects the bizarre rules for managing indirect handles.
  353. See the next question.</P>
  354. <P>
  355. <H2><A NAME="how can i use a filehandle indirectly">How can I use a filehandle indirectly?</A></H2>
  356. <P>An indirect filehandle is using something other than a symbol
  357. in a place that a filehandle is expected.  Here are ways
  358. to get those:</P>
  359. <PRE>
  360.     $fh =   SOME_FH;       # bareword is strict-subs hostile
  361.     $fh =  "SOME_FH";      # strict-refs hostile; same package only
  362.     $fh =  *SOME_FH;       # typeglob
  363.     $fh = \*SOME_FH;       # ref to typeglob (bless-able)
  364.     $fh =  *SOME_FH{IO};   # blessed IO::Handle from *SOME_FH typeglob</PRE>
  365. <P>Or to use the <CODE>new</CODE> method from the FileHandle or IO modules to
  366. create an anonymous filehandle, store that in a scalar variable,
  367. and use it as though it were a normal filehandle.</P>
  368. <PRE>
  369.     use FileHandle;
  370.     $fh = FileHandle->new();</PRE>
  371. <PRE>
  372.     use IO::Handle;                     # 5.004 or higher
  373.     $fh = IO::Handle->new();</PRE>
  374. <P>Then use any of those as you would a normal filehandle.  Anywhere that
  375. Perl is expecting a filehandle, an indirect filehandle may be used
  376. instead. An indirect filehandle is just a scalar variable that contains
  377. a filehandle.  Functions like <A HREF="../../lib/Pod/perlfunc.html#item_print"><CODE>print</CODE></A>, <A HREF="../../lib/Pod/perlfunc.html#item_open"><CODE>open</CODE></A>, <A HREF="../../lib/Pod/perlfunc.html#item_seek"><CODE>seek</CODE></A>, or
  378. the <CODE><FH></CODE> diamond operator will accept either a read filehandle
  379. or a scalar variable containing one:</P>
  380. <PRE>
  381.     ($ifh, $ofh, $efh) = (*STDIN, *STDOUT, *STDERR);
  382.     print $ofh "Type it: ";
  383.     $got = <$ifh>
  384.     print $efh "What was that: $got";</PRE>
  385. <P>If you're passing a filehandle to a function, you can write
  386. the function in two ways:</P>
  387. <PRE>
  388.     sub accept_fh {
  389.         my $fh = shift;
  390.         print $fh "Sending to indirect filehandle\n";
  391.     }</PRE>
  392. <P>Or it can localize a typeglob and use the filehandle directly:</P>
  393. <PRE>
  394.     sub accept_fh {
  395.         local *FH = shift;
  396.         print  FH "Sending to localized filehandle\n";
  397.     }</PRE>
  398. <P>Both styles work with either objects or typeglobs of real filehandles.
  399. (They might also work with strings under some circumstances, but this
  400. is risky.)</P>
  401. <PRE>
  402.     accept_fh(*STDOUT);
  403.     accept_fh($handle);</PRE>
  404. <P>In the examples above, we assigned the filehandle to a scalar variable
  405. before using it.  That is because only simple scalar variables,
  406. not expressions or subscripts into hashes or arrays, can be used with
  407. built-ins like <A HREF="../../lib/Pod/perlfunc.html#item_print"><CODE>print</CODE></A>, <A HREF="../../lib/Pod/perlfunc.html#item_printf"><CODE>printf</CODE></A>, or the diamond operator.  These are
  408. illegal and won't even compile:</P>
  409. <PRE>
  410.     @fd = (*STDIN, *STDOUT, *STDERR);
  411.     print $fd[1] "Type it: ";                           # WRONG
  412.     $got = <$fd[0]>                                     # WRONG
  413.     print $fd[2] "What was that: $got";                 # WRONG</PRE>
  414. <P>With <A HREF="../../lib/Pod/perlfunc.html#item_print"><CODE>print</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_printf"><CODE>printf</CODE></A>, you get around this by using a block and
  415. an expression where you would place the filehandle:</P>
  416. <PRE>
  417.     print  { $fd[1] } "funny stuff\n";
  418.     printf { $fd[1] } "Pity the poor %x.\n", 3_735_928_559;
  419.     # Pity the poor deadbeef.</PRE>
  420. <P>That block is a proper block like any other, so you can put more
  421. complicated code there.  This sends the message out to one of two places:</P>
  422. <PRE>
  423.     $ok = -x "/bin/cat";                
  424.     print { $ok ? $fd[1] : $fd[2] } "cat stat $ok\n";
  425.     print { $fd[ 1+ ($ok || 0) ]  } "cat stat $ok\n";</PRE>
  426. <P>This approach of treating <A HREF="../../lib/Pod/perlfunc.html#item_print"><CODE>print</CODE></A> and <A HREF="../../lib/Pod/perlfunc.html#item_printf"><CODE>printf</CODE></A> like object methods
  427. calls doesn't work for the diamond operator.  That's because it's a
  428. real operator, not just a function with a comma-less argument.  Assuming
  429. you've been storing typeglobs in your structure as we did above, you
  430. can use the built-in function named <A HREF="../../lib/Pod/perlfunc.html#item_readline"><CODE>readline</CODE></A> to reads a record just
  431. as <CODE><></CODE> does.  Given the initialization shown above for @fd, this
  432. would work, but only because <A HREF="../../lib/Pod/perlfunc.html#item_readline"><CODE>readline()</CODE></A> require a typeglob.  It doesn't
  433. work with objects or strings, which might be a bug we haven't fixed yet.</P>
  434. <PRE>
  435.     $got = readline($fd[0]);</PRE>
  436. <P>Let it be noted that the flakiness of indirect filehandles is not
  437. related to whether they're strings, typeglobs, objects, or anything else.
  438. It's the syntax of the fundamental operators.  Playing the object
  439. game doesn't help you at all here.</P>
  440. <P>
  441. <H2><A NAME="how can i set up a footer format to be used with write()">How can I set up a footer format to be used with write()?</A></H2>
  442. <P>There's no builtin way to do this, but <A HREF="../../lib/Pod/perlform.html">the perlform manpage</A> has a couple of
  443. techniques to make it possible for the intrepid hacker.</P>
  444. <P>
  445. <H2><A NAME="how can i write() into a string">How can I <A HREF="../../lib/Pod/perlfunc.html#item_write"><CODE>write()</CODE></A> into a string?</A></H2>
  446. <P>See <A HREF="../../lib/Pod/perlform.html#accessing formatting internals">Accessing Formatting Internals in the perlform manpage</A> for an <CODE>swrite()</CODE> function.</P>
  447. <P>
  448. <H2><A NAME="how can i output my numbers with commas added">How can I output my numbers with commas added?</A></H2>
  449. <P>This one will do it for you:</P>
  450. <PRE>
  451.     sub commify {
  452.         local $_  = shift;
  453.         1 while s/^([-+]?\d+)(\d{3})/$1,$2/;
  454.         return $_;
  455.     }</PRE>
  456. <PRE>
  457.     $n = 23659019423.2331;
  458.     print "GOT: ", commify($n), "\n";</PRE>
  459. <PRE>
  460.     GOT: 23,659,019,423.2331</PRE>
  461. <P>You can't just:</P>
  462. <PRE>
  463.     s/^([-+]?\d+)(\d{3})/$1,$2/g;</PRE>
  464. <P>because you have to put the comma in and then recalculate your
  465. position.</P>
  466. <P>Alternatively, this commifies all numbers in a line regardless of
  467. whether they have decimal portions, are preceded by + or -, or
  468. whatever:</P>
  469. <PRE>
  470.     # from Andrew Johnson <ajohnson@gpu.srv.ualberta.ca>
  471.     sub commify {
  472.        my $input = shift;
  473.         $input = reverse $input;
  474.         $input =~ s<(\d\d\d)(?=\d)(?!\d*\.)><$1,>g;
  475.         return scalar reverse $input;
  476.     }</PRE>
  477. <P>
  478. <H2><A NAME="how can i translate tildes (~) in a filename">How can I translate tildes (~) in a filename?</A></H2>
  479. <P>Use the <> (glob()) operator, documented in <A HREF="../../lib/Pod/perlfunc.html">the perlfunc manpage</A>.  This
  480. requires that you have a shell installed that groks tildes, meaning
  481. csh or tcsh or (some versions of) ksh, and thus may have portability
  482. problems.  The Glob::KGlob module (available from CPAN) gives more
  483. portable glob functionality.</P>
  484. <P>Within Perl, you may use this directly:</P>
  485. <PRE>
  486.         $filename =~ s{
  487.           ^ ~             # find a leading tilde
  488.           (               # save this in $1
  489.               [^/]        # a non-slash character
  490.                     *     # repeated 0 or more times (0 means me)
  491.           )
  492.         }{
  493.           $1
  494.               ? (getpwnam($1))[7]
  495.               : ( $ENV{HOME} || $ENV{LOGDIR} )
  496.         }ex;</PRE>
  497. <P>
  498. <H2><A NAME="how come when i open a file readwrite it wipes it out">How come when I open a file read-write it wipes it out?</A></H2>
  499. <P>Because you're using something like this, which truncates the file and
  500. <EM>then</EM> gives you read-write access:</P>
  501. <PRE>
  502.     open(FH, "+> /path/name");          # WRONG (almost always)</PRE>
  503. <P>Whoops.  You should instead use this, which will fail if the file
  504. doesn't exist.</P>
  505. <PRE>
  506.     open(FH, "+< /path/name");          # open for update</PRE>
  507. <P>Using ``>'' always clobbers or creates.  Using ``<'' never does
  508. either.  The ``+'' doesn't change this.</P>
  509. <P>Here are examples of many kinds of file opens.  Those using <A HREF="../../lib/Pod/perlfunc.html#item_sysopen"><CODE>sysopen()</CODE></A>
  510. all assume</P>
  511. <PRE>
  512.     use Fcntl;</PRE>
  513. <P>To open file for reading:</P>
  514. <PRE>
  515.     open(FH, "< $path")                                 || die $!;
  516.     sysopen(FH, $path, O_RDONLY)                        || die $!;</PRE>
  517. <P>To open file for writing, create new file if needed or else truncate old file:</P>
  518. <PRE>
  519.     open(FH, "> $path") || die $!;
  520.     sysopen(FH, $path, O_WRONLY|O_TRUNC|O_CREAT)        || die $!;
  521.     sysopen(FH, $path, O_WRONLY|O_TRUNC|O_CREAT, 0666)  || die $!;</PRE>
  522. <P>To open file for writing, create new file, file must not exist:</P>
  523. <PRE>
  524.     sysopen(FH, $path, O_WRONLY|O_EXCL|O_CREAT)         || die $!;
  525.     sysopen(FH, $path, O_WRONLY|O_EXCL|O_CREAT, 0666)   || die $!;</PRE>
  526. <P>To open file for appending, create if necessary:</P>
  527. <PRE>
  528.     open(FH, ">> $path") || die $!;
  529.     sysopen(FH, $path, O_WRONLY|O_APPEND|O_CREAT)       || die $!;
  530.     sysopen(FH, $path, O_WRONLY|O_APPEND|O_CREAT, 0666) || die $!;</PRE>
  531. <P>To open file for appending, file must exist:</P>
  532. <PRE>
  533.     sysopen(FH, $path, O_WRONLY|O_APPEND)               || die $!;</PRE>
  534. <P>To open file for update, file must exist:</P>
  535. <PRE>
  536.     open(FH, "+< $path")                                || die $!;
  537.     sysopen(FH, $path, O_RDWR)                          || die $!;</PRE>
  538. <P>To open file for update, create file if necessary:</P>
  539. <PRE>
  540.     sysopen(FH, $path, O_RDWR|O_CREAT)                  || die $!;
  541.     sysopen(FH, $path, O_RDWR|O_CREAT, 0666)            || die $!;</PRE>
  542. <P>To open file for update, file must not exist:</P>
  543. <PRE>
  544.     sysopen(FH, $path, O_RDWR|O_EXCL|O_CREAT)           || die $!;
  545.     sysopen(FH, $path, O_RDWR|O_EXCL|O_CREAT, 0666)     || die $!;</PRE>
  546. <P>To open a file without blocking, creating if necessary:</P>
  547. <PRE>
  548.     sysopen(FH, "/tmp/somefile", O_WRONLY|O_NDELAY|O_CREAT)
  549.             or die "can't open /tmp/somefile: $!":</PRE>
  550. <P>Be warned that neither creation nor deletion of files is guaranteed to
  551. be an atomic operation over NFS.  That is, two processes might both
  552. successful create or unlink the same file!  Therefore O_EXCL
  553. isn't so exclusive as you might wish.</P>
  554. <P>See also the new <A HREF="../../lib/Pod/perlopentut.html">the perlopentut manpage</A> if you have it (new for 5.6).</P>
  555. <P>
  556. <H2><A NAME="why do i sometimes get an argument list too long when i use <*>">Why do I sometimes get an ``Argument list too long'' when I use <*>?</A></H2>
  557. <P>The <CODE><></CODE> operator performs a globbing operation (see above).
  558. In Perl versions earlier than v5.6.0, the internal <A HREF="../../lib/Pod/perlfunc.html#item_glob"><CODE>glob()</CODE></A> operator forks
  559. <CODE>csh(1)</CODE> to do the actual glob expansion, but
  560. csh can't handle more than 127 items and so gives the error message
  561. <CODE>Argument list too long</CODE>.  People who installed tcsh as csh won't
  562. have this problem, but their users may be surprised by it.</P>
  563. <P>To get around this, either upgrade to Perl v5.6.0 or later, do the glob
  564. yourself with <A HREF="../../lib/Pod/perlfunc.html#item_readdir"><CODE>readdir()</CODE></A> and patterns, or use a module like Glob::KGlob,
  565. one that doesn't use the shell to do globbing.</P>
  566. <P>
  567. <H2><A NAME="is there a leak/bug in glob()">Is there a leak/bug in glob()?</A></H2>
  568. <P>Due to the current implementation on some operating systems, when you
  569. use the <A HREF="../../lib/Pod/perlfunc.html#item_glob"><CODE>glob()</CODE></A> function or its angle-bracket alias in a scalar
  570. context, you may cause a leak and/or unpredictable behavior.  It's
  571. best therefore to use <A HREF="../../lib/Pod/perlfunc.html#item_glob"><CODE>glob()</CODE></A> only in list context.</P>
  572. <P>
  573. <H2><A NAME="how can i open a file with a leading > or trailing blanks">How can I open a file with a leading ``>'' or trailing blanks?</A></H2>
  574. <P>Normally perl ignores trailing blanks in filenames, and interprets
  575. certain leading characters (or a trailing ``|'') to mean something
  576. special.  To avoid this, you might want to use a routine like this.
  577. It makes incomplete pathnames into explicit relative ones, and tacks a
  578. trailing null byte on the name to make perl leave it alone:</P>
  579. <PRE>
  580.     sub safe_filename {
  581.         local $_  = shift;
  582.         s#^([^./])#./$1#;
  583.         $_ .= "\0";
  584.         return $_;
  585.     }</PRE>
  586. <PRE>
  587.     $badpath = "<<<something really wicked   ";
  588.     $fn = safe_filename($badpath");
  589.     open(FH, "> $fn") or "couldn't open $badpath: $!";</PRE>
  590. <P>This assumes that you are using POSIX (portable operating systems
  591. interface) paths.  If you are on a closed, non-portable, proprietary
  592. system, you may have to adjust the <CODE>"./"</CODE> above.</P>
  593. <P>It would be a lot clearer to use sysopen(), though:</P>
  594. <PRE>
  595.     use Fcntl;
  596.     $badpath = "<<<something really wicked   ";
  597.     open (FH, $badpath, O_WRONLY | O_CREAT | O_TRUNC)
  598.         or die "can't open $badpath: $!";</PRE>
  599. <P>For more information, see also the new <A HREF="../../lib/Pod/perlopentut.html">the perlopentut manpage</A> if you have it
  600. (new for 5.6).</P>
  601. <P>
  602. <H2><A NAME="how can i reliably rename a file">How can I reliably rename a file?</A></H2>
  603. <P>Well, usually you just use Perl's <A HREF="../../lib/Pod/perlfunc.html#item_rename"><CODE>rename()</CODE></A> function.  But that may not
  604. work everywhere, in particular, renaming files across file systems.
  605. Some sub-Unix systems have broken ports that corrupt the semantics of
  606. <A HREF="../../lib/Pod/perlfunc.html#item_rename"><CODE>rename()</CODE></A> -- for example, WinNT does this right, but Win95 and Win98
  607. are broken.  (The last two parts are not surprising, but the first is. :-)</P>
  608. <P>If your operating system supports a proper <CODE>mv(1)</CODE> program or its moral
  609. equivalent, this works:</P>
  610. <PRE>
  611.     rename($old, $new) or system("mv", $old, $new);</PRE>
  612. <P>It may be more compelling to use the File::Copy module instead.  You
  613. just copy to the new file to the new name (checking return values),
  614. then delete the old one.  This isn't really the same semantics as a
  615. real rename(), though, which preserves metainformation like
  616. permissions, timestamps, inode info, etc.</P>
  617. <P>The newer version of File::Copy exports a <CODE>move()</CODE> function.</P>
  618. <P>
  619. <H2><A NAME="how can i lock a file">How can I lock a file?</A></H2>
  620. <P>Perl's builtin <A HREF="../../lib/Pod/perlfunc.html#item_flock"><CODE>flock()</CODE></A> function (see <A HREF="../../lib/Pod/perlfunc.html">the perlfunc manpage</A> for details) will call
  621. <A HREF="../../lib/Pod/perlfunc.html#item_flock"><CODE>flock(2)</CODE></A> if that exists, <A HREF="../../lib/Pod/perlfunc.html#item_fcntl"><CODE>fcntl(2)</CODE></A> if it doesn't (on perl version 5.004 and
  622. later), and <CODE>lockf(3)</CODE> if neither of the two previous system calls exists.
  623. On some systems, it may even use a different form of native locking.
  624. Here are some gotchas with Perl's flock():</P>
  625. <OL>
  626. <LI>
  627. Produces a fatal error if none of the three system calls (or their
  628. close equivalent) exists.
  629. <P></P>
  630. <LI>
  631. <CODE>lockf(3)</CODE> does not provide shared locking, and requires that the
  632. filehandle be open for writing (or appending, or read/writing).
  633. <P></P>
  634. <LI>
  635. Some versions of <A HREF="../../lib/Pod/perlfunc.html#item_flock"><CODE>flock()</CODE></A> can't lock files over a network (e.g. on NFS file
  636. systems), so you'd need to force the use of <A HREF="../../lib/Pod/perlfunc.html#item_fcntl"><CODE>fcntl(2)</CODE></A> when you build Perl.
  637. But even this is dubious at best.  See the flock entry of <A HREF="../../lib/Pod/perlfunc.html">the perlfunc manpage</A>,
  638. and the <EM>INSTALL</EM> file in the source distribution for information on
  639. building Perl to do this.
  640. <P>Two potentially non-obvious but traditional flock semantics are that
  641. it waits indefinitely until the lock is granted, and that its locks
  642. <EM>merely advisory</EM>.  Such discretionary locks are more flexible, but
  643. offer fewer guarantees.  This means that files locked with <A HREF="../../lib/Pod/perlfunc.html#item_flock"><CODE>flock()</CODE></A> may
  644. be modified by programs that do not also use flock().  Cars that stop
  645. for red lights get on well with each other, but not with cars that don't
  646. stop for red lights.  See the perlport manpage, your port's specific
  647. documentation, or your system-specific local manpages for details.  It's
  648. best to assume traditional behavior if you're writing portable programs.
  649. (But if you're not, you should as always feel perfectly free to write
  650. for your own system's idiosyncrasies (sometimes called ``features'').
  651. Slavish adherence to portability concerns shouldn't get in the way of
  652. your getting your job done.)</P>
  653. <P>For more information on file locking, see also <A HREF="../../lib/Pod/perlopentut.html#file locking">File Locking in the perlopentut manpage</A> if you have it (new for 5.6).</P>
  654. <P></P></OL>
  655. <P>
  656. <H2><A NAME="why can't i just open(fh, >file.lock)">Why can't I just open(FH, ``>file.lock'')?</A></H2>
  657. <P>A common bit of code <STRONG>NOT TO USE</STRONG> is this:</P>
  658. <PRE>
  659.     sleep(3) while -e "file.lock";      # PLEASE DO NOT USE
  660.     open(LCK, "> file.lock");           # THIS BROKEN CODE</PRE>
  661. <P>This is a classic race condition: you take two steps to do something
  662. which must be done in one.  That's why computer hardware provides an
  663. atomic test-and-set instruction.   In theory, this ``ought'' to work:</P>
  664. <PRE>
  665.     sysopen(FH, "file.lock", O_WRONLY|O_EXCL|O_CREAT)
  666.                 or die "can't open  file.lock: $!":</PRE>
  667. <P>except that lamentably, file creation (and deletion) is not atomic
  668. over NFS, so this won't work (at least, not every time) over the net.
  669. Various schemes involving <A HREF="../../lib/Pod/perlfunc.html#item_link"><CODE>link()</CODE></A> have been suggested, but
  670. these tend to involve busy-wait, which is also subdesirable.</P>
  671. <P>
  672. <H2><A NAME="i still don't get locking. i just want to increment the number in the file. how can i do this">I still don't get locking.  I just want to increment the number in the file.  How can I do this?</A></H2>
  673. <P>Didn't anyone ever tell you web-page hit counters were useless?
  674. They don't count number of hits, they're a waste of time, and they serve
  675. only to stroke the writer's vanity.  Better to pick a random number.
  676. It's more realistic.</P>
  677. <P>Anyway, this is what you can do if you can't help yourself.</P>
  678. <PRE>
  679.     use Fcntl ':flock';
  680.     sysopen(FH, "numfile", O_RDWR|O_CREAT)       or die "can't open numfile: $!";
  681.     flock(FH, LOCK_EX)                           or die "can't flock numfile: $!";
  682.     $num = <FH> || 0;
  683.     seek(FH, 0, 0)                               or die "can't rewind numfile: $!";
  684.     truncate(FH, 0)                              or die "can't truncate numfile: $!";
  685.     (print FH $num+1, "\n")                      or die "can't write numfile: $!";
  686.     # Perl as of 5.004 automatically flushes before unlocking
  687.     flock(FH, LOCK_UN)                           or die "can't flock numfile: $!";
  688.     close FH                                     or die "can't close numfile: $!";</PRE>
  689. <P>Here's a much better web-page hit counter:</P>
  690. <PRE>
  691.     $hits = int( (time() - 850_000_000) / rand(1_000) );</PRE>
  692. <P>If the count doesn't impress your friends, then the code might.  :-)</P>
  693. <P>
  694. <H2><A NAME="how do i randomly update a binary file">How do I randomly update a binary file?</A></H2>
  695. <P>If you're just trying to patch a binary, in many cases something as
  696. simple as this works:</P>
  697. <PRE>
  698.     perl -i -pe 's{window manager}{window mangler}g' /usr/bin/emacs</PRE>
  699. <P>However, if you have fixed sized records, then you might do something more
  700. like this:</P>
  701. <PRE>
  702.     $RECSIZE = 220; # size of record, in bytes
  703.     $recno   = 37;  # which record to update
  704.     open(FH, "+<somewhere") || die "can't update somewhere: $!";
  705.     seek(FH, $recno * $RECSIZE, 0);
  706.     read(FH, $record, $RECSIZE) == $RECSIZE || die "can't read record $recno: $!";
  707.     # munge the record
  708.     seek(FH, -$RECSIZE, 1);
  709.     print FH $record;
  710.     close FH;</PRE>
  711. <P>Locking and error checking are left as an exercise for the reader.
  712. Don't forget them, or you'll be quite sorry.</P>
  713. <P>
  714. <H2><A NAME="how do i get a file's timestamp in perl">How do I get a file's timestamp in perl?</A></H2>
  715. <P>If you want to retrieve the time at which the file was last read,
  716. written, or had its meta-data (owner, etc) changed, you use the <STRONG>-M</STRONG>,
  717. <STRONG>-A</STRONG>, or <STRONG>-C</STRONG> filetest operations as documented in <A HREF="../../lib/Pod/perlfunc.html">the perlfunc manpage</A>.  These
  718. retrieve the age of the file (measured against the start-time of your
  719. program) in days as a floating point number.  To retrieve the ``raw''
  720. time in seconds since the epoch, you would call the stat function,
  721. then use localtime(), gmtime(), or POSIX::strftime() to convert this
  722. into human-readable form.</P>
  723. <P>Here's an example:</P>
  724. <PRE>
  725.     $write_secs = (stat($file))[9];
  726.     printf "file %s updated at %s\n", $file,
  727.         scalar localtime($write_secs);</PRE>
  728. <P>If you prefer something more legible, use the File::stat module
  729. (part of the standard distribution in version 5.004 and later):</P>
  730. <PRE>
  731.     # error checking left as an exercise for reader.
  732.     use File::stat;
  733.     use Time::localtime;
  734.     $date_string = ctime(stat($file)->mtime);
  735.     print "file $file updated at $date_string\n";</PRE>
  736. <P>The POSIX::strftime() approach has the benefit of being,
  737. in theory, independent of the current locale.  See <A HREF="../../lib/Pod/perllocale.html">the perllocale manpage</A>
  738. for details.</P>
  739. <P>
  740. <H2><A NAME="how do i set a file's timestamp in perl">How do I set a file's timestamp in perl?</A></H2>
  741. <P>You use the <A HREF="../../lib/Pod/perlfunc.html#item_utime"><CODE>utime()</CODE></A> function documented in <A HREF="../../lib/Pod/perlfunc.html#utime">utime in the perlfunc manpage</A>.
  742. By way of example, here's a little program that copies the
  743. read and write times from its first argument to all the rest
  744. of them.</P>
  745. <PRE>
  746.     if (@ARGV < 2) {
  747.         die "usage: cptimes timestamp_file other_files ...\n";
  748.     }
  749.     $timestamp = shift;
  750.     ($atime, $mtime) = (stat($timestamp))[8,9];
  751.     utime $atime, $mtime, @ARGV;</PRE>
  752. <P>Error checking is, as usual, left as an exercise for the reader.</P>
  753. <P>Note that <A HREF="../../lib/Pod/perlfunc.html#item_utime"><CODE>utime()</CODE></A> currently doesn't work correctly with Win95/NT
  754. ports.  A bug has been reported.  Check it carefully before using
  755. it on those platforms.</P>
  756. <P>
  757. <H2><A NAME="how do i print to more than one file at once">How do I print to more than one file at once?</A></H2>
  758. <P>If you only have to do this once, you can do this:</P>
  759. <PRE>
  760.     for $fh (FH1, FH2, FH3) { print $fh "whatever\n" }</PRE>
  761. <P>To connect up to one filehandle to several output filehandles, it's
  762. easiest to use the <CODE>tee(1)</CODE> program if you have it, and let it take care
  763. of the multiplexing:</P>
  764. <PRE>
  765.     open (FH, "| tee file1 file2 file3");</PRE>
  766. <P>Or even:</P>
  767. <PRE>
  768.     # make STDOUT go to three files, plus original STDOUT
  769.     open (STDOUT, "| tee file1 file2 file3") or die "Teeing off: $!\n";
  770.     print "whatever\n"                       or die "Writing: $!\n";
  771.     close(STDOUT)                            or die "Closing: $!\n";</PRE>
  772. <P>Otherwise you'll have to write your own multiplexing print
  773. function -- or your own tee program -- or use Tom Christiansen's,
  774. at <A HREF="http://www.perl.com/CPAN/authors/id/TOMC/scripts/tct.gz,">http://www.perl.com/CPAN/authors/id/TOMC/scripts/tct.gz,</A> which is
  775. written in Perl and offers much greater functionality
  776. than the stock version.</P>
  777. <P>
  778. <H2><A NAME="how can i read in an entire file all at once">How can I read in an entire file all at once?</A></H2>
  779. <P>The customary Perl approach for processing all the lines in a file is to
  780. do so one line at a time:</P>
  781. <PRE>
  782.     open (INPUT, $file)         || die "can't open $file: $!";
  783.     while (<INPUT>) {
  784.         chomp;
  785.         # do something with $_
  786.     } 
  787.     close(INPUT)                || die "can't close $file: $!";</PRE>
  788. <P>This is tremendously more efficient than reading the entire file into
  789. memory as an array of lines and then processing it one element at a time,
  790. which is often -- if not almost always -- the wrong approach.  Whenever
  791. you see someone do this:</P>
  792. <PRE>
  793.     @lines = <INPUT>;</PRE>
  794. <P>You should think long and hard about why you need everything loaded
  795. at once.  It's just not a scalable solution.  You might also find it
  796. more fun to use the the standard DB_File module's $DB_RECNO bindings,
  797. which allow you to tie an array to a file so that accessing an element
  798. the array actually accesses the corresponding line in the file.</P>
  799. <P>On very rare occasion, you may have an algorithm that demands that
  800. the entire file be in memory at once as one scalar.  The simplest solution
  801. to that is:</P>
  802. <PRE>
  803.     $var = `cat $file`;</PRE>
  804. <P>Being in scalar context, you get the whole thing.  In list context,
  805. you'd get a list of all the lines:</P>
  806. <PRE>
  807.     @lines = `cat $file`;</PRE>
  808. <P>This tiny but expedient solution is neat, clean, and portable to
  809. all systems on which decent tools have been installed.  For those
  810. who prefer not to use the toolbox, you can of course read the file
  811. manually, although this makes for more complicated code.</P>
  812. <PRE>
  813.     {
  814.         local(*INPUT, $/);
  815.         open (INPUT, $file)     || die "can't open $file: $!";
  816.         $var = <INPUT>;
  817.     }</PRE>
  818. <P>That temporarily undefs your record separator, and will automatically 
  819. close the file at block exit.  If the file is already open, just use this:</P>
  820. <PRE>
  821.     $var = do { local $/; <INPUT> };</PRE>
  822. <P>
  823. <H2><A NAME="how can i read in a file by paragraphs">How can I read in a file by paragraphs?</A></H2>
  824. <P>Use the <CODE>$/</CODE> variable (see <A HREF="../../lib/Pod/perlvar.html">the perlvar manpage</A> for details).  You can either
  825. set it to <CODE>""</CODE> to eliminate empty paragraphs (<CODE>"abc\n\n\n\ndef"</CODE>,
  826. for instance, gets treated as two paragraphs and not three), or
  827. <CODE>"\n\n"</CODE> to accept empty paragraphs.</P>
  828. <P>Note that a blank line must have no blanks in it.  Thus <CODE>"fred\n
  829. \nstuff\n\n"</CODE> is one paragraph, but <CODE>"fred\n\nstuff\n\n"</CODE> is two.</P>
  830. <P>
  831. <H2><A NAME="how can i read a single character from a file from the keyboard">How can I read a single character from a file?  From the keyboard?</A></H2>
  832. <P>You can use the builtin <A HREF="../../lib/Pod/perlfunc.html#item_getc"><CODE>getc()</CODE></A> function for most filehandles, but
  833. it won't (easily) work on a terminal device.  For STDIN, either use
  834. the Term::ReadKey module from CPAN, or use the sample code in
  835. <A HREF="../../lib/Pod/perlfunc.html#getc">getc in the perlfunc manpage</A>.</P>
  836. <P>If your system supports the portable operating system programming
  837. interface (POSIX), you can use the following code, which you'll note
  838. turns off echo processing as well.</P>
  839. <PRE>
  840.     #!/usr/bin/perl -w
  841.     use strict;
  842.     $| = 1;
  843.     for (1..4) {
  844.         my $got;
  845.         print "gimme: ";
  846.         $got = getone();
  847.         print "--> $got\n";
  848.     }
  849.     exit;</PRE>
  850. <PRE>
  851.     BEGIN {
  852.         use POSIX qw(:termios_h);</PRE>
  853. <PRE>
  854.         my ($term, $oterm, $echo, $noecho, $fd_stdin);</PRE>
  855. <PRE>
  856.         $fd_stdin = fileno(STDIN);</PRE>
  857. <PRE>
  858.         $term     = POSIX::Termios->new();
  859.         $term->getattr($fd_stdin);
  860.         $oterm     = $term->getlflag();</PRE>
  861. <PRE>
  862.         $echo     = ECHO | ECHOK | ICANON;
  863.         $noecho   = $oterm & ~$echo;</PRE>
  864. <PRE>
  865.         sub cbreak {
  866.             $term->setlflag($noecho);
  867.             $term->setcc(VTIME, 1);
  868.             $term->setattr($fd_stdin, TCSANOW);
  869.         }</PRE>
  870. <PRE>
  871.         sub cooked {
  872.             $term->setlflag($oterm);
  873.             $term->setcc(VTIME, 0);
  874.             $term->setattr($fd_stdin, TCSANOW);
  875.         }</PRE>
  876. <PRE>
  877.         sub getone {
  878.             my $key = '';
  879.             cbreak();
  880.             sysread(STDIN, $key, 1);
  881.             cooked();
  882.             return $key;
  883.         }</PRE>
  884. <PRE>
  885.     }</PRE>
  886. <PRE>
  887.     END { cooked() }</PRE>
  888. <P>The Term::ReadKey module from CPAN may be easier to use.  Recent version
  889. include also support for non-portable systems as well.</P>
  890. <PRE>
  891.     use Term::ReadKey;
  892.     open(TTY, "</dev/tty");
  893.     print "Gimme a char: ";
  894.     ReadMode "raw";
  895.     $key = ReadKey 0, *TTY;
  896.     ReadMode "normal";
  897.     printf "\nYou said %s, char number %03d\n",
  898.         $key, ord $key;</PRE>
  899. <P>For legacy DOS systems, Dan Carson <<A HREF="mailto:dbc@tc.fluke.COM">dbc@tc.fluke.COM</A>> reports the following:</P>
  900. <P>To put the PC in ``raw'' mode, use ioctl with some magic numbers gleaned
  901. from msdos.c (Perl source file) and Ralf Brown's interrupt list (comes
  902. across the net every so often):</P>
  903. <PRE>
  904.     $old_ioctl = ioctl(STDIN,0,0);     # Gets device info
  905.     $old_ioctl &= 0xff;
  906.     ioctl(STDIN,1,$old_ioctl | 32);    # Writes it back, setting bit 5</PRE>
  907. <P>Then to read a single character:</P>
  908. <PRE>
  909.     sysread(STDIN,$c,1);               # Read a single character</PRE>
  910. <P>And to put the PC back to ``cooked'' mode:</P>
  911. <PRE>
  912.     ioctl(STDIN,1,$old_ioctl);         # Sets it back to cooked mode.</PRE>
  913. <P>So now you have $c.  If <A HREF="../../lib/Pod/perlfunc.html#item_ord"><CODE>ord($c) == 0</CODE></A>, you have a two byte code, which
  914. means you hit a special key.  Read another byte with <A HREF="../../lib/Pod/perlfunc.html#item_sysread"><CODE>sysread(STDIN,$c,1)</CODE></A>,
  915. and that value tells you what combination it was according to this
  916. table:</P>
  917. <PRE>
  918.     # PC 2-byte keycodes = ^@ + the following:</PRE>
  919. <PRE>
  920.     # HEX     KEYS
  921.     # ---     ----
  922.     # 0F      SHF TAB
  923.     # 10-19   ALT QWERTYUIOP
  924.     # 1E-26   ALT ASDFGHJKL
  925.     # 2C-32   ALT ZXCVBNM
  926.     # 3B-44   F1-F10
  927.     # 47-49   HOME,UP,PgUp
  928.     # 4B      LEFT
  929.     # 4D      RIGHT
  930.     # 4F-53   END,DOWN,PgDn,Ins,Del
  931.     # 54-5D   SHF F1-F10
  932.     # 5E-67   CTR F1-F10
  933.     # 68-71   ALT F1-F10
  934.     # 73-77   CTR LEFT,RIGHT,END,PgDn,HOME
  935.     # 78-83   ALT 1234567890-=
  936.     # 84      CTR PgUp</PRE>
  937. <P>This is all trial and error I did a long time ago, I hope I'm reading the
  938. file that worked.</P>
  939. <P>
  940. <H2><A NAME="how can i tell whether there's a character waiting on a filehandle">How can I tell whether there's a character waiting on a filehandle?</A></H2>
  941. <P>The very first thing you should do is look into getting the Term::ReadKey
  942. extension from CPAN.  As we mentioned earlier, it now even has limited
  943. support for non-portable (read: not open systems, closed, proprietary,
  944. not POSIX, not Unix, etc) systems.</P>
  945. <P>You should also check out the Frequently Asked Questions list in
  946. comp.unix.* for things like this: the answer is essentially the same.
  947. It's very system dependent.  Here's one solution that works on BSD
  948. systems:</P>
  949. <PRE>
  950.     sub key_ready {
  951.         my($rin, $nfd);
  952.         vec($rin, fileno(STDIN), 1) = 1;
  953.         return $nfd = select($rin,undef,undef,0);
  954.     }</PRE>
  955. <P>If you want to find out how many characters are waiting, there's
  956. also the FIONREAD ioctl call to be looked at.  The <EM>h2ph</EM> tool that
  957. comes with Perl tries to convert C include files to Perl code, which
  958. can be <A HREF="../../lib/Pod/perlfunc.html#item_require"><CODE>require</CODE></A>d.  FIONREAD ends up defined as a function in the
  959. <EM>sys/ioctl.ph</EM> file:</P>
  960. <PRE>
  961.     require 'sys/ioctl.ph';</PRE>
  962. <PRE>
  963.     $size = pack("L", 0);
  964.     ioctl(FH, FIONREAD(), $size)    or die "Couldn't call ioctl: $!\n";
  965.     $size = unpack("L", $size);</PRE>
  966. <P>If <EM>h2ph</EM> wasn't installed or doesn't work for you, you can
  967. <EM>grep</EM> the include files by hand:</P>
  968. <PRE>
  969.     % grep FIONREAD /usr/include/*/*
  970.     /usr/include/asm/ioctls.h:#define FIONREAD      0x541B</PRE>
  971. <P>Or write a small C program using the editor of champions:</P>
  972. <PRE>
  973.     % cat > fionread.c
  974.     #include <sys/ioctl.h>
  975.     main() {
  976.         printf("%#08x\n", FIONREAD);
  977.     }
  978.     ^D
  979.     % cc -o fionread fionread.c
  980.     % ./fionread
  981.     0x4004667f</PRE>
  982. <P>And then hard-code it, leaving porting as an exercise to your successor.</P>
  983. <PRE>
  984.     $FIONREAD = 0x4004667f;         # XXX: opsys dependent</PRE>
  985. <PRE>
  986.     $size = pack("L", 0);
  987.     ioctl(FH, $FIONREAD, $size)     or die "Couldn't call ioctl: $!\n";
  988.     $size = unpack("L", $size);</PRE>
  989. <P>FIONREAD requires a filehandle connected to a stream, meaning sockets,
  990. pipes, and tty devices work, but <EM>not</EM> files.</P>
  991. <P>
  992. <H2><A NAME="how do i do a tail f in perl">How do I do a <CODE>tail -f</CODE> in perl?</A></H2>
  993. <P>First try</P>
  994. <PRE>
  995.     seek(GWFILE, 0, 1);</PRE>
  996. <P>The statement <A HREF="../../lib/Pod/perlfunc.html#item_seek"><CODE>seek(GWFILE, 0, 1)</CODE></A> doesn't change the current position,
  997. but it does clear the end-of-file condition on the handle, so that the
  998. next <GWFILE> makes Perl try again to read something.</P>
  999. <P>If that doesn't work (it relies on features of your stdio implementation),
  1000. then you need something more like this:</P>
  1001. <PRE>
  1002.         for (;;) {
  1003.           for ($curpos = tell(GWFILE); <GWFILE>; $curpos = tell(GWFILE)) {
  1004.             # search for some stuff and put it into files
  1005.           }
  1006.           # sleep for a while
  1007.           seek(GWFILE, $curpos, 0);  # seek to where we had been
  1008.         }</PRE>
  1009. <P>If this still doesn't work, look into the POSIX module.  POSIX defines
  1010. the <CODE>clearerr()</CODE> method, which can remove the end of file condition on a
  1011. filehandle.  The method: read until end of file, clearerr(), read some
  1012. more.  Lather, rinse, repeat.</P>
  1013. <P>There's also a File::Tail module from CPAN.</P>
  1014. <P>
  1015. <H2><A NAME="how do i dup() a filehandle in perl">How do I <CODE>dup()</CODE> a filehandle in Perl?</A></H2>
  1016. <P>If you check <A HREF="../../lib/Pod/perlfunc.html#open">open in the perlfunc manpage</A>, you'll see that several of the ways
  1017. to call <A HREF="../../lib/Pod/perlfunc.html#item_open"><CODE>open()</CODE></A> should do the trick.  For example:</P>
  1018. <PRE>
  1019.     open(LOG, ">>/tmp/logfile");
  1020.     open(STDERR, ">&LOG");</PRE>
  1021. <P>Or even with a literal numeric descriptor:</P>
  1022. <PRE>
  1023.    $fd = $ENV{MHCONTEXTFD};
  1024.    open(MHCONTEXT, "<&=$fd");   # like fdopen(3S)</PRE>
  1025. <P>Note that ``<&STDIN'' makes a copy, but ``<&=STDIN'' make
  1026. an alias.  That means if you close an aliased handle, all
  1027. aliases become inaccessible.  This is not true with 
  1028. a copied one.</P>
  1029. <P>Error checking, as always, has been left as an exercise for the reader.</P>
  1030. <P>
  1031. <H2><A NAME="how do i close a file descriptor by number">How do I close a file descriptor by number?</A></H2>
  1032. <P>This should rarely be necessary, as the Perl <A HREF="../../lib/Pod/perlfunc.html#item_close"><CODE>close()</CODE></A> function is to be
  1033. used for things that Perl opened itself, even if it was a dup of a
  1034. numeric descriptor, as with MHCONTEXT above.  But if you really have
  1035. to, you may be able to do this:</P>
  1036. <PRE>
  1037.     require 'sys/syscall.ph';
  1038.     $rc = syscall(&SYS_close, $fd + 0);  # must force numeric
  1039.     die "can't sysclose $fd: $!" unless $rc == -1;</PRE>
  1040. <P>Or just use the <CODE>fdopen(3S)</CODE> feature of open():</P>
  1041. <PRE>
  1042.     { 
  1043.         local *F; 
  1044.         open F, "<&=$fd" or die "Cannot reopen fd=$fd: $!";
  1045.         close F;
  1046.     }</PRE>
  1047. <P>
  1048. <H2><A NAME="why can't i use c:\temp\foo in dos paths what doesn't `c:\temp\foo.exe` work">Why can't I use ``C:\temp\foo'' in DOS paths?  What doesn't `C:\temp\foo.exe` work?</A></H2>
  1049. <P>Whoops!  You just put a tab and a formfeed into that filename!
  1050. Remember that within double quoted strings (``like\this''), the
  1051. backslash is an escape character.  The full list of these is in
  1052. <A HREF="../../lib/Pod/perlop.html#quote and quotelike operators">Quote and Quote-like Operators in the perlop manpage</A>.  Unsurprisingly, you don't
  1053. have a file called ``c:(tab)emp(formfeed)oo'' or
  1054. ``c:(tab)emp(formfeed)oo.exe'' on your legacy DOS filesystem.</P>
  1055. <P>Either single-quote your strings, or (preferably) use forward slashes.
  1056. Since all DOS and Windows versions since something like MS-DOS 2.0 or so
  1057. have treated <CODE>/</CODE> and <CODE>\</CODE> the same in a path, you might as well use the
  1058. one that doesn't clash with Perl -- or the POSIX shell, ANSI C and C++,
  1059. awk, Tcl, Java, or Python, just to mention a few.  POSIX paths
  1060. are more portable, too.</P>
  1061. <P>
  1062. <H2><A NAME="why doesn't glob(*.*) get all the files">Why doesn't <A HREF="../../lib/Pod/perlfunc.html#item_glob"><CODE>glob(``*.*'')</CODE></A> get all the files?</A></H2>
  1063. <P>Because even on non-Unix ports, Perl's glob function follows standard
  1064. Unix globbing semantics.  You'll need <A HREF="../../lib/Pod/perlfunc.html#item_glob"><CODE>glob("*")</CODE></A> to get all (non-hidden)
  1065. files.  This makes <A HREF="../../lib/Pod/perlfunc.html#item_glob"><CODE>glob()</CODE></A> portable even to legacy systems.  Your
  1066. port may include proprietary globbing functions as well.  Check its
  1067. documentation for details.</P>
  1068. <P>
  1069. <H2><A NAME="why does perl let me delete readonly files why does i clobber protected files isn't this a bug in perl">Why does Perl let me delete read-only files?  Why does <CODE>-i</CODE> clobber protected files?  Isn't this a bug in Perl?</A></H2>
  1070. <P>This is elaborately and painstakingly described in the ``Far More Than
  1071. You Ever Wanted To Know'' in
  1072. <A HREF="http://www.perl.com/CPAN/doc/FMTEYEWTK/file-dir-perms">http://www.perl.com/CPAN/doc/FMTEYEWTK/file-dir-perms</A> .</P>
  1073. <P>The executive summary: learn how your filesystem works.  The
  1074. permissions on a file say what can happen to the data in that file.
  1075. The permissions on a directory say what can happen to the list of
  1076. files in that directory.  If you delete a file, you're removing its
  1077. name from the directory (so the operation depends on the permissions
  1078. of the directory, not of the file).  If you try to write to the file,
  1079. the permissions of the file govern whether you're allowed to.</P>
  1080. <P>
  1081. <H2><A NAME="how do i select a random line from a file">How do I select a random line from a file?</A></H2>
  1082. <P>Here's an algorithm from the Camel Book:</P>
  1083. <PRE>
  1084.     srand;
  1085.     rand($.) < 1 && ($line = $_) while <>;</PRE>
  1086. <P>This has a significant advantage in space over reading the whole
  1087. file in.  A simple proof by induction is available upon 
  1088. request if you doubt its correctness.</P>
  1089. <P>
  1090. <H2><A NAME="why do i get weird spaces when i print an array of lines">Why do I get weird spaces when I print an array of lines?</A></H2>
  1091. <P>Saying</P>
  1092. <PRE>
  1093.     print "@lines\n";</PRE>
  1094. <P>joins together the elements of <CODE>@lines</CODE> with a space between them.
  1095. If <CODE>@lines</CODE> were <CODE>("little", "fluffy", "clouds")</CODE> then the above
  1096. statement would print:</P>
  1097. <PRE>
  1098.     little fluffy clouds</PRE>
  1099. <P>but if each element of <CODE>@lines</CODE> was a line of text, ending a newline
  1100. character <CODE>("little\n", "fluffy\n", "clouds\n")</CODE> then it would print:</P>
  1101. <PRE>
  1102.     little
  1103.      fluffy
  1104.      clouds</PRE>
  1105. <P>If your array contains lines, just print them:</P>
  1106. <PRE>
  1107.     print @lines;</PRE>
  1108. <P>
  1109. <HR>
  1110. <H1><A NAME="author and copyright">AUTHOR AND COPYRIGHT</A></H1>
  1111. <P>Copyright (c) 1997-1999 Tom Christiansen and Nathan Torkington.
  1112. All rights reserved.</P>
  1113. <P>When included as an integrated part of the Standard Distribution
  1114. of Perl or of its documentation (printed or otherwise), this works is
  1115. covered under Perl's Artistic License.  For separate distributions of
  1116. all or part of this FAQ outside of that, see <A HREF="../../lib/Pod/perlfaq.html">the perlfaq manpage</A>.</P>
  1117. <P>Irrespective of its distribution, all code examples here are in the public
  1118. domain.  You are permitted and encouraged to use this code and any
  1119. derivatives thereof in your own programs for fun or for profit as you
  1120. see fit.  A simple comment in the code giving credit to the FAQ would
  1121. be courteous but is not required.</P>
  1122. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  1123. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  1124. <STRONG><P CLASS=block> perlfaq5 - Files and Formats</P></STRONG>
  1125. </TD></TR>
  1126. </TABLE>
  1127.  
  1128. </BODY>
  1129.  
  1130. </HTML>
  1131.