Help for this page

Select Code to Download


  1. or download this
    
        my $i = int(rand(length($str)-1));
    
  2. or download this
    sub pack_str {
        my ( $s ) = @_;
    
        return pack 'B*', $s;
        }