Help for this page

Select Code to Download


  1. or download this
    446: return scalar(@{$self->{_data}});
    
  2. or download this
    use IPC::Shareable (':lock');
    
    ...
    if (@arr) {
            print "NOT empty\n";
    }