Help for this page

Select Code to Download


  1. or download this
    C:\test>perl -le" print $ARGV[ 0 ] " 0666
    0666
    
  2. or download this
    C:\test>perl -le"my $n = oct( $ARGV[ 0 ] ); printf qq[decimal %d (as o
    +ctal: %o)\n], $n, $n " 0666
    decimal 438 (as octal: 666)