Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    use Cwd;
    print getcwd();
    
  2. or download this
    $ sudo crontab -e
    
    * * * * * /home/steve/cron.pl > /home/steve/cron.out