On 7/14/23 19:05, William Torrez Corea wrote:
    - cd : Change the directory to a different location.
    - ls : List the contents of the current directory.
    - mkdir : Create a new directory.
    - touch : Create a new file.
    - rm : Remove a file or directory.
    - cp : Copy a file or directory.
    - mv : Move or rename a file or directory.

The program must update the package manager

See some of the CPAN modules,

 File::chdir
 File::DirList
 File::Touch
 File::Copy
 File::Path::Tiny

and the perl functions

 chdir()
 mkdir()
 unlink()
 rename()

What problem are you trying to solve?

/Lars


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to