GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
File::Rename::Options(3) User Contributed Perl Documentation File::Rename::Options(3)

File::Rename::Options - Option processing for File::Rename

    use File::Rename::Options;
    my $options = File::Rename::Options::GetOptions()
        or pod2usage;
    use File::Rename::Options qw(no_require_order);

The parameters to "use File::Rename::Options" are configurations settings for Getopt::Long

The default configuration is posix_default and no_ignore_case; other settings are added to this list.

Call Getopt::Long::GetOptions() with options for rename script, returning a HASH of options.
Test if encoding does not look like an encoding

See rename script for options (in @ARGV).

See File::Rename for structure of the options HASH

No environment variables are used.

File::Rename(3), rename(1)

Robin Barker <RMBarker@cpan.org>

Returns "undef" when there is an error in the options.

Copyright (C) 2018, 2022, 2023 by Robin Barker

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8 or, at your option, any later version of Perl 5 you may have available.

2023-01-19 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.