Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $DIcas_text = undef;
    @HR = qw(a b c);
    $s = sprintf($DIcas_text, @HR);
    
  2. or download this
    Use of uninitialized value in sprintf at /tmp/u.pl line 10.
    Use of uninitialized value $HR[1] in sprintf at /tmp/u.pl line 14.
    Use of uninitialized value $DIcas_text in sprintf at /tmp/u.pl line 18
    +.