Cocoa.plpackage MixPerl::Cocoa; =for interface [interface: pure] public static Cocoa Cocoa(); public static string Drink();=cut require Cocoa; Cocoa.pmpackage Cocoa;use strict; sub new { my $class = shift; my $self = bless {}, $class; return $self;} sub Drink { my $line = "Drink Cocoa"; return $line;} 1; testCocoa.pl#!/usr/bin/perl -wuse strict; push (@INC, 'pwd');use Cocoa; my $cup = new Cocoa;..
Program.cs using System; using MixPerl; namespace CityClient { class Program { static void Main(string[] args) { City myCity1 = new City("SmallVille", 4); City myCity2 = new City("Crowdedburg", 40); myCity1.PrintCityInfo(true); myCity2.Population = 500000; myCity2.PrintCityInfo(false); } } } City.pm package MixPerl::City; use strict; use namespace "System"; use PerlNET qw(AUTOCALL ); #Consturct..
use warnings; print "+----------------------+\r\n"; print "| BeeConverter 1.0.0.3 |\r\n"; print "| by Wing4Bee |\r\n"; print "| http://wing4bee.com |\r\n"; print "+----------------------+\r\n"; my ($source, $result) = @ARGV; open(FILE_GET, ":utf8", $result); my %c2dHash = ( quot => 34, amp => 38, apos => 39, lt => 60, gt => 62, nbsp => 160, iexcl => 161, cent => 162, pound => 163, curren => 164,..
- Total
- Today
- Yesterday
- DotNetMagic
- 애드센스감추기
- iTextSharp
- READYSTATE_COMPLETE
- tagREADYSTATE
- autohotkey
- AdSense감추기
- Sample Code
- java
- Service pack
- windows
- 스크린캡쳐
- download.com
- c#
- Automation
- Regular Expressions
- .net framework
- 애드센스숨기기
- AdSense숨기기
- Microsoft
- registry
- Phalanger
- ScreenHunter
- jre
- Rollback Rx
- WinAutomation
- 유틸리티
- iText
- AxWebBrowser
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |