Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    CloseClipboard()           or die;
    
    GlobalFree( $h );
    
  2. or download this
    use Encode 'encode';
    
    my $str = encode 'CP1255', "\x{05d0}\x{05d1}\x{05d2}";
    system "echo $str| clip";
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    my $str = encode 'CP1255', "\x{05d0}\x{05d1}\x{05d2}";
    system "echo $str";