counter) = @_; return undef if $counter >= 10; return start_html('Test'), h1('Visible'),"\n", "This page has been called ", strong($counter)," times", end_html(); } sub last_page { my($q,$counter) = @_; return start_html('Done'), h1('Finished'), strong($counter - 1),' iterations.', end_html; } =head1 DESCRIPTION CGI::Push is a subclass of the CGI object created by CGI.pm. It is specialized for server push operations, which allow you to create animated pages whose content changes at regular intervals. You provide CGI::Push with a pointer to a subroutine that will draw one page. Every time your subroutine is called, it generates a new page. The contents of the page will be transmitted to the browser in such a way that it will replace what was there beforehand. The technique will work with HTML pages as well as with graphics files, allowing you to create animated GIFs. Only Netscape Navigator supports server push. Internet Explorer browsers do not. =head1 USING CGI::Push CGI::Push adds one new method to the standard CGI suite, do_push(). When you call this method, you pass it a reference to a subroutine that is responsible for drawing each new page, an interval delay, and an optional subroutine for drawing the last page. Other optional parameters include most of those recognized by the CGI header() method. You may call do_push() in the object oriented manner or not, as you prefer: use CGI::Push; $q = new CGI::Push; $q->do_push(-next_page=>\&draw_a_page); -or- use CGI::Push qw(:standard); do_push(-next_page=>\&draw_a_page); Parameters are as follows: =over 4 =item -next_page do_push(-next_page=>\&my_draw_routine); This required parameter points to a reference to a subroutine responsible for drawing each new page. The subroutine should expect two parameters consisting of the CGI object and a counter indicating the number of times the subroutine has been called. It should return the contents of the page as an B of one or more items to print. It can return a false value (or an empty array) in order to abort the redrawing loop and print out the final page (if any) sub my_draw_routine { my($q,$counter) = @_; return undef if $counter > 100; return start_html('testing'), h1('testing'), "This page called $counter times"; } You are of course free to refer to create and use global variables within your draw routine in order to achieve special effects. =item -last_page This optional parameter points to a reference to the subroutine responsible for drawing the last page of the series. It is called after the -next_page routine returns a false value. The subroutine itself should have exactly the same calling conventions as the -next_page routine. =item -type This optional parameter indicates the content type of each page. It defaults to "text/html". Normally the module assumes that each page is of a homogenous MIME type. However if you provide either of the magic values "heterogeneous" or "dynamic" (the latter provided for the convenience of those who hate long parameter names), you can specify the MIME type -- and other header fields -- on a per-page basis. See "heterogeneous pages" for more details. =item -delay This indicates the delay, in seconds, between frames. Smaller delays refresh the page faster. Fractional values are allowed. B =item -cookie, -target, -expires, -nph These have the same meaning as the like-named parameters in CGI::header(). If not specified, -nph will default to 1 (as needed for many servers, see below). =back =head2 Heterogeneous Pages Ordinarily all pages displayed by CGI::Push share a common MIME type. However by providing a value of "heterogeneous" or "dynamic" in the do_push() -type parameter, you can specify the MIME type of each page on a case-by-case basis. If you use this option, you will be responsible for producing the HTTP header for each page. Simply modify your draw routine to look like this: sub my_draw_routine { my($q,$counter) = @_; return header('text/html'), # note we're producing the header here start_html('testing'), h1('testing'), "This page called $counter times"; } You can add any header fields that you like, but some (cookies and status fields included) may not be interpreted by the browser. One interesting effect is to display a series of pages, then, after the last page, to redirect the browser to a new URL. Because redirect() does b work, the easiest way is with a -refresh header field, as shown below: sub my_draw_routine { my($q,$counter) = @_; return undef if $counter > 10; return header('text/html'), # note we're producing the header here start_html('testing'), h1('testing'), "This page called $counter times"; } sub my_last_page { return header(-refresh=>'5; URL=http://somewhere.else/finished.html', -type=>'text/html'), start_html('Moved'), h1('This is the last page'), 'Goodbye!' hr, end_html; } =head2 Changing the Page Delay on the Fly If you would like to control the delay between pages on a page-by-page basis, call push_delay() from within your draw routine. push_delay() takes a single numeric argument representing the number of seconds you wish to delay after the current page is displayed and before displaying the next one. The delay may be fractional. Without parameters, push_delay() just returns the current delay. =head1 INSTALLING CGI::Push SCRIPTS Server push scripts must be installed as no-parsed-header (NPH) scripts in order to work correctly on many servers. On Unix systems, this is most often accomplished by prefixing the script's name with "nph-". Recognition of NPH scripts happens automatically with WebSTAR and Microsoft IIS. Users of other servers should see their documentation for help. Apache web server from version 1.3b2 on does not need server push scripts installed as NPH scripts: the -nph parameter to do_push() may be set to a false value to disable the extra headers needed by an NPH script. =head1 AUTHOR INFORMATION Copyright 1995-1998, Lincoln D. Stein. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Address bug reports and comments to: lstein@cshl.org =head1 BUGS This section intentionally left blank. =head1 SEE ALSO L, L =cut ') ?> 乳ガン の主治医は私を見てビックリ - 平成6年12月末、42歳の時に 乳ガン の手術を受け、左乳房切除後、お腹の脂肪から乳房再生手術を受けました。:2009年2月

乳ガン の主治医は私を見てビックリ

平成6年12月末、42歳の時に 乳ガン の手術を受け、左乳房切除後、お腹の脂肪から乳房再生手術を受けました。

乳ガン の主治医は私を見てビックリ

平成6年12月末、42歳の時に 乳ガン の手術を受け、左乳房切除後、お腹の脂肪から乳房再生手術を受けました。

その時の検査では、 抗ガン剤 や 放射線治療 は一切ありませんでした。

4年後の平成11年1月、手術した個所から近い場所に小さなしこりか見つかり、その部分だけを切除する手術を受けることになりました。

平成12年8月、三度目の手術。初めて、抗がん剤を使いました。1ヵ月に一度の割合で、6回受けることになりました。

1回目の投与で、全ての髪の毛が抜け、爪は真っ黒になり、皮膚には湿疹が頻繁にできるようになりました。

平成13年11月、卵巣への転移を言われ、両方の卵巣の摘出手術を行いましたが、それと平行するように脊髄の方から背骨にかけて転移が広かっていたのです。

主治医の先生からは、「このまま治療しないと1年はもたないでしょう」と宣告され、卵巣の手術後、脊髄のほうに放射線治療が始まりました。

24日間ほとんど毎日通院したのです。

その放射線治療が終わると同時に2回目の抗ガン剤治療が始まりました。

天仙液 のことを知ったのは丁度この頃です。

いちかばちか試してみようと思い、天仙液を1日に4本と、天仙丸7号を毎食後1カプセルずつ飲みました。抗ガン漢方薬「天仙液」
天仙液

乳ガン の主治医は私を見てビックリ の続きを読む

ガン とはどんな病気?

ガンとは一体、どんな病気なのでしょうか。

ガンは特定の臓器や組織の病気ではなく、一般的な感染症でもありません。

一言で言えば、「ガンは細胞の異常な増殖によって生じる100種類以上の病気の総称」(「アメリカ国立ガン研究所」によるガンについての説明)なのです。

つまり、ガンは異常な細胞(ガン細胞)が成長(分裂・増殖)する過程で引き起こす、様々な障害のことになります。

私たち人間の身体は、細胞によって成り立っています。

そして体内にある全ての臓器を組織し、構成する細胞は、絶えず細胞分裂によって新しい細胞へと生まれ変わり、増殖していきます。

この細胞分裂・増殖は、各臓器や組織の働きを常に一定に保ち、身体を正常にして健康的に働かせるために、精密にコントロールされているのです。抗ガン漢方薬「天仙液」
天仙液

ガン とはどんな病気? の続きを読む

天仙液 は漢方サプリメント

天仙液 ( てんせんえき )は、世界各国で医薬品または 漢方サプリメント として、中国、香港はもとより、欧米、オーストラリア、東南アジアなど多くの国で認可され、広く使用されています。

中国、香港では医薬品、オーストラリアではTGAから認可を受けた医薬品。

タイでは厚生省食品医薬品局から許可を受けた医薬品。

アメリカではFDAから認可を受けた漢方デイリーサプリメント。

台湾では衛生省から認可を受けたサプリメントというように、多くの国で使用されているのです。

品質管理においては、その配合生薬をもとに香港で製品化され、世界的に権威のある厳格な検査機関の香港SGSによって、毒性検査などの品質チェックがなされており、国際的に最高レベルの品質管理を行っています。

その厳しい品質検査を経た配合生薬を、香港の製薬会社・中日飛達聯合有限公司の最新工場で一つ一つ製品化されているのです。抗ガン漢方薬「天仙液」
天仙液

天仙液 は漢方サプリメント の続きを読む

今日のキーワード

当サイトのRSS

カテゴリー