Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # name: date.pl
    ...
    
    #$newdate is now one year in the furure.
    my $newdate = $date+$delta;
    
  2. or download this
    phillip@Athen:~/script$ perl date1.pl
    Locale en_US does not seem to be implemented on this system, keeping 
    ...
    locale 
    Locale en_US does not seem to be implemented on this system, keeping 
    locale
    
  3. or download this
    phillip@Athen:~/script$ locale
    LANG=zh_CN.utf8
    ...
    LC_MEASUREMENT="zh_CN.utf8"
    LC_IDENTIFICATION="zh_CN.utf8"
    LC_ALL=
    
  4. or download this
    #!/usr/bin/perl
    
    ...
    
    my $newdate = $date + $delta;
    
  5. or download this
    phillip@Athen:~/script$ perl date.pl
    Locale en_US does not seem to be implemented on this system, keeping 
    locale 
    Locale en_US does not seem to be implemented on this system, keeping 
    locale