Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Windows LFN to 8.3 trivia

by mkmcconn (Chaplain)
on Mar 28, 2001 at 10:17 UTC ( [id://67760]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #Year   Doc_Num   Image_File
    2001   20233     E:\TEMP\IMAGES\2001_020233.tif
    2001   20234     E:\TEMP\IMAGES\2001_020234.tif
    
    # etc...
    
  2. or download this
    use strict;
    use Win32;
    ...
         close OUT;
         close FILE;
    }
    
  3. or download this
    2001_020674.tif => 2001_0~1.TIF   
     ...
    2001_020677.tif => 2001_0~4.TIF 
    2001_020678.tif => 2001_0~5.TIF
    
  4. or download this
    2001_020674.tif => 2001_0~1.TIF   
    ...
    2001_020677.tif => 2001_0~4.TIF 
    2001_020678.tif => 204EFD~1.TIF
    
  5. or download this
    2001_020674.tif => 2001_0~1.TIF   
    ...
    2001_020677.tif => 2001_0~4.TIF 
    2001_020678.tif => 208483~1.TIF
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://67760]
Approved by root
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 10:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found