Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env -S perl
    ##!/usr/bin/env -S perl -d
    ...
    
    exit(0);
    __END__
    
  2. or download this
    my $fontName = $mw->Tkx::font_create( -family => $family,
    
  3. or download this
    my $fontName = Tkx::font_create('PerlboysNewFont', -family => $family,
    
  4. or download this
    say $fontName;
    say "Named fonts: ${\Tkx::font_names()}";