Help for this page

Select Code to Download


  1. or download this
    $scheme = $cookies{'skin'}
            ? ( ( param( 'scheme' )
    ...
              and param( 'scheme' ) =~ /^\w{1,6}$/ )
                ? param( 'scheme' )
                : 'default' );
    
  2. or download this
    use strict;
    use warnings;
    ...
    print ttd( undef, 3);
    print ttd( undef, 333);
    print ttd( 6, 7);
    
  3. or download this
    (yellow,blue):  yellow
    (green,undef):  green
    ...
    (undef,3):      3
    (undef,333):    5
    (6,7):  6
    
  4. or download this
    $scheme = $cookies{'skin'} ||= param( 'scheme' )
                                && param( 'scheme' ) =~ /^\w{1,6$/
                                 ? param( 'scheme' )
                                 : 'default';
    
  5. or download this
    $scheme = $cookies{'skin'}->value ||= param( 'scheme' )
                                       && param( 'scheme' ) =~ /^\w{1,6$/
                                        ? param( 'scheme' )
                                        : 'default';
    
  6. or download this
    $/  =  q#(\w)#  ;  sub  sig { print scalar reverse  join  ' ',  @_  } 
    + sig
    map { s$\$/\$/$\$2\$1$g && $_ } split( ' ', ",erckha rlPe erthnoa stJu
    +" );