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

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Hiya all,

Poor title excuse: I'm completely flabbergasted by this ...

Such a simple thing ... ??

#!/usr/bin/perl use strict; use warnings; # ** # * It is what it is, you can do with it as you please. [with respect +, leave the credits] # * # * Just don't blame me if it teaches your computer to smoke! # * # * -Enjoy # * fh :)_~ # ** use File::Find; my $Directory = 'C:/Tmp'; my @flist; sub cbFileFind { print $File::Find::name, "\n"; } find(\&cbFileFind, $Directory);

What's up here??

C:\Documents and Settings\fh\My Documents\Scripts\Perl\Audio\CleanFile +s>example.pl C:/Tmp C:/Tmp/M÷tley Crⁿe C:/Tmp/M÷tley Crⁿe/Dr. Feelgood (Bonus Track Version) C:/Tmp/M÷tley Crⁿe/Dr. Feelgood (Bonus Track Version)/07 - Same +Ol' Situation (S.O.S).mp3 C:/Tmp/M÷tley Crⁿe/Saints of Los Angeles C:/Tmp/M÷tley Crⁿe/Saints of Los Angeles/05 - Saints of Los Ange +les (Gang Vocal).mp3
C:\Documents and Settings\fh\My Documents\Scripts\Perl\Audio\CleanFile +s>dir /s /b C:\Tmp C:\Tmp\Mötley Crüe C:\Tmp\Mötley Crüe\Dr. Feelgood (Bonus Track Version) C:\Tmp\Mötley Crüe\Saints of Los Angeles C:\Tmp\Mötley Crüe\Dr. Feelgood (Bonus Track Version)\07 - Same Ol' Si +tuation (S.O.S).mp3 C:\Tmp\Mötley Crüe\Saints of Los Angeles\05 - Saints of Los Angeles (G +ang Vocal).mp3 C:\Documents and Settings\fh\My Documents\Scripts\Perl\Audio\CleanFile +s>

-Enjoy
fh : )_~


In reply to Perl / FileFind or ... by Festus Hagen

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-16 03:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found