Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my @chars = ('a'..'z', 'A'..'Z', '0'..'9', '!', '@', '#', '$', '%', '^
    +', '&', '*');
    
    print @chars;
    
  2. or download this
    abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*