Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

comment on

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

Hello monks, I thought I knew how to do this, but apparently I don't:

$ perl mpj2.pl file: /home/dan/Desktop/upload $ ls /home/dan/Desktop/upload 179148_10150875347426275_161694845_n.jpg 484180_10150840098410957_750520549_n.jpg 526160_329491527117931_212574393_n.jpg 532875_317265865025966_675027772_n.jpg 540009_426335457388417_562960017_n.jpg 543406_10150615290746269_1527898960_n.jpg 559622_10150811371179228_713865817_n.jpg 576895_319150664834725_665940778_n.jpg $ cat mpj2.pl #!/usr/bin/perl -w use strict; my @files = </home/dan/Desktop/upload>; my $counter = 0; for my $img (@files) { print "file: $img\n"; $counter++; my $filename = "image_". "$counter"; } $

Had I been successful, I would have seen these files all renamed to the concatenation of image_ and a number. Thanks for your comment.


In reply to renaming all files in a directory by Aldebaran

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 chilling in the Monastery: (1)
As of 2024-04-25 03:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found